Package com.google.crypto.tink.prf
Class PrfConfig
- java.lang.Object
-
- com.google.crypto.tink.prf.PrfConfig
-
public final class PrfConfig extends java.lang.ObjectStatic methods and registering with theRegistryall instances ofStreamingPrfkey types supported in a particular release of Tink.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHMAC_PRF_TYPE_URLstatic java.lang.StringPRF_TYPE_URL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister()Tries to register with theRegistryall instances ofKeyManagerneeded to handle Prf key types supported in Tink.
-
-
-
Method Detail
-
register
public static void register() throws java.security.GeneralSecurityExceptionTries to register with theRegistryall instances ofKeyManagerneeded to handle Prf key types supported in Tink.- Throws:
java.security.GeneralSecurityException
-
-