Class PrfConfig


  • public final class PrfConfig
    extends java.lang.Object
    Static methods and registering with the Registry all instances of StreamingPrf key types supported in a particular release of Tink.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void register()
      Tries to register with the Registry all instances of KeyManager needed to handle Prf 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

      • PRF_TYPE_URL

        public static final java.lang.String PRF_TYPE_URL
      • HMAC_PRF_TYPE_URL

        public static final java.lang.String HMAC_PRF_TYPE_URL
    • Method Detail

      • register

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