public final class KeyDerivationConfig extends Object
Registry all
instances of KeysetDeriver key types supported in a particular release of Tink.
To register all KeysetDeriver key types provided in the latest Tink version one can
do:
KeyDerivationConfig.register();
For more information on how to obtain and use instances of KeysetDeriver, see KeysetHandle.getPrimitive(com.google.crypto.tink.Configuration, java.lang.Class<P>).
| Modifier and Type | Method and Description |
|---|---|
static void |
register()
Tries to register with the
Registry all instances of KeyManager needed to handle KeysetDeriver key types supported in Tink. |
public static void register()
throws GeneralSecurityException
Registry all instances of KeyManager needed to handle KeysetDeriver key types supported in Tink.GeneralSecurityException