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