Class Version


  • public final class Version
    extends java.lang.Object
    Version of the Tink library.
    Since:
    1.2.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TINK_VERSION
      Version of the current Tink release.
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TINK_VERSION

        public static final java.lang.String TINK_VERSION
        Version of the current Tink release.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Version

        public Version()