| Package | Description |
|---|---|
| com.google.crypto.tink |
| Constructor and Description |
|---|
KeyTypeManager(Class<KeyProtoT> clazz,
KeyTypeManager.PrimitiveFactory<?,KeyProtoT>... factories)
Constructs a new KeyTypeManager.
|
PrivateKeyTypeManager(Class<KeyProtoT> clazz,
Class<PublicKeyProtoT> publicKeyClazz,
KeyTypeManager.PrimitiveFactory<?,KeyProtoT>... factories) |