| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.hybrid | |
| com.google.crypto.tink.hybrid.internal | |
| com.google.crypto.tink.jwt | |
| com.google.crypto.tink.signature |
| Modifier and Type | Method and Description |
|---|---|
static <KeyProtoT extends com.google.protobuf.MessageLite,PublicKeyProtoT extends com.google.protobuf.MessageLite> |
Registry.registerAsymmetricKeyManagers(PrivateKeyTypeManager<KeyProtoT,PublicKeyProtoT> privateKeyTypeManager,
KeyTypeManager<PublicKeyProtoT> publicKeyTypeManager,
boolean newKeyAllowed)
Tries to register
manager for manager.getKeyType(). |
| Modifier and Type | Class and Description |
|---|---|
class |
EciesAeadHkdfPrivateKeyManager
This key manager generates new
EciesAeadHkdfPrivateKey keys and produces new instances of
EciesAeadHkdfHybridDecrypt. |
| Modifier and Type | Class and Description |
|---|---|
class |
HpkePrivateKeyManager
Key manager that generates new
HpkePrivateKey keys and produces new instances of HpkeDecrypt primitives. |
| Modifier and Type | Class and Description |
|---|---|
class |
JwtEcdsaSignKeyManager
This key manager generates new
JwtEcdsaSignKey keys and produces new instances of JwtPublicKeySign. |
class |
JwtRsaSsaPkcs1SignKeyManager
This key manager generates new
JwtRsaSsaPkcs1PrivateKey keys and produces new instances
of JwtPublicKeySign. |
class |
JwtRsaSsaPssSignKeyManager
This key manager generates new
JwtRsaSsaPssPrivateKey keys and produces new instances of
JwtPublicKeySign. |
| Modifier and Type | Class and Description |
|---|---|
class |
EcdsaSignKeyManager
This key manager generates new
EcdsaPrivateKey keys and produces new instances of EcdsaSignJce. |
class |
Ed25519PrivateKeyManager
This instance of
KeyManager generates new Ed25519PrivateKey keys and produces new
instances of Ed25519Sign. |
class |
RsaSsaPkcs1SignKeyManager
This key manager generates new
RsaSsaPkcs1PrivateKey keys and produces new instances of
RsaSsaPkcs1SignJce. |
class |
RsaSsaPssSignKeyManager
This key manager generates new
RsaSsaPssPrivateKey keys and produces new instances of
RsaSsaPssSignJce. |