Class KeyDerivationConfig
- java.lang.Object
-
- com.google.crypto.tink.keyderivation.KeyDerivationConfig
-
public final class KeyDerivationConfig extends java.lang.ObjectStatic methods and constants for registering with theRegistryall instances ofKeysetDeriverkey types supported in a particular release of Tink.To register all
KeysetDeriverkey types provided in the latest Tink version one can do:KeyDerivationConfig.register();For more information on how to obtain and use instances of
KeysetDeriver, seeKeysetHandle.getPrimitive(com.google.crypto.tink.Configuration, java.lang.Class<P>).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister()Tries to register with theRegistryall instances ofKeyManagerneeded to handle KeysetDeriver key types supported in Tink.
-
-
-
Method Detail
-
register
public static void register() throws java.security.GeneralSecurityExceptionTries to register with theRegistryall instances ofKeyManagerneeded to handle KeysetDeriver key types supported in Tink.- Throws:
java.security.GeneralSecurityException
-
-