Class DeterministicAeadConfig

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AES_SIV_TYPE_URL  
      static com.google.crypto.tink.proto.RegistryConfig LATEST
      Deprecated.
      static com.google.crypto.tink.proto.RegistryConfig TINK_1_1_0
      Deprecated.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void init()
      Deprecated.
      static void register()
      Tries to register with the Registry all instances of Catalogue needed to handle DeterministicAead key types supported in Tink.
      • Methods inherited from class java.lang.Object

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

      • AES_SIV_TYPE_URL

        public static final java.lang.String AES_SIV_TYPE_URL
      • TINK_1_1_0

        @Deprecated
        public static final com.google.crypto.tink.proto.RegistryConfig TINK_1_1_0
        Deprecated.
      • LATEST

        @Deprecated
        public static final com.google.crypto.tink.proto.RegistryConfig LATEST
        Deprecated.
        Since:
        1.2.0
    • Method Detail

      • init

        @InlineMe(replacement="DeterministicAeadConfig.register()",
                  imports="com.google.crypto.tink.daead.DeterministicAeadConfig")
        @Deprecated
        public static void init()
                         throws java.security.GeneralSecurityException
        Deprecated.
        Tries to register with the Registry all instances of Catalogue needed to handle DeterministicAead key types supported in Tink.

        Because DeterministicAead key types depend on Mac key types, this method also registers all Mac catalogues.

        Throws:
        java.security.GeneralSecurityException
      • register

        public static void register()
                             throws java.security.GeneralSecurityException
        Tries to register with the Registry all instances of Catalogue needed to handle DeterministicAead key types supported in Tink.
        Throws:
        java.security.GeneralSecurityException
        Since:
        1.2.0