Package com.google.crypto.tink
Class Version
- java.lang.Object
-
- com.google.crypto.tink.Version
-
public final class Version extends java.lang.ObjectVersion of the Tink library.- Since:
- 1.2.1
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTINK_VERSIONVersion of the current Tink release.
-
Constructor Summary
Constructors Constructor Description Version()
-
-
-
Field Detail
-
TINK_VERSION
public static final java.lang.String TINK_VERSION
Version of the current Tink release.- See Also:
- Constant Field Values
-
-