| Package | Description |
|---|---|
| com.google.crypto.tink.subtle |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineFactory<T_WRAPPER extends EngineWrapper<JcePrimitiveT>,JcePrimitiveT>
A factory that returns JCE engines, using pre-specified j.security.Providers.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EngineWrapper.TCipher
Cipher wrapper.
|
static class |
EngineWrapper.TKeyAgreement
KeyAgreement wrapper.
|
static class |
EngineWrapper.TKeyFactory
KeyFactory wrapper.
|
static class |
EngineWrapper.TKeyPairGenerator
KeyPairGenerator wrapper.
|
static class |
EngineWrapper.TMac
Mac wrapper.
|
static class |
EngineWrapper.TMessageDigest
MessageDigest wrapper.
|
static class |
EngineWrapper.TSignature
Signature wrapper.
|