| Modifier and Type | Method and Description |
|---|---|
Decryptor |
AsymmetricAccess.newDecryptor(PR privateKey) |
Decryptor |
AsymmetricAccess.newDecryptorUnsafe(Key decryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
default Decryptor |
AsymmetricCryptorFactory.newDecryptor(PR privateKey) |
| Modifier and Type | Field and Description |
|---|---|
private Decryptor |
SignatureVerifierImplCryptorWithHash.decryptor |
| Modifier and Type | Method and Description |
|---|---|
protected Decryptor |
SignatureVerifierImplCryptorWithHash.getSignatureAlgorithm() |
| Constructor and Description |
|---|
SignatureVerifierImplCryptorWithHash(HashCreator hashGenerator,
Decryptor decryptor)
The constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractDecryptor
Abstract implementation of
Decryptor. |
| Modifier and Type | Class and Description |
|---|---|
class |
DecryptorImplCipher
|
class |
DecryptorImplCombined
|
| Modifier and Type | Method and Description |
|---|---|
default Decryptor |
AbstractDecryptor.combine(Decryptor... decryptors) |
Decryptor |
Decryptor.combine(Decryptor... decryptors) |
Decryptor |
CryptorFactory.newDecryptorUnsafe(Key decryptionKey)
Please use typesafe
newEncryptor method instead to avoid mistakes (passing wrong Key). |
Decryptor |
CryptorFactoryImpl.newDecryptorUnsafe(Key decryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
default Decryptor |
AbstractDecryptor.combine(Decryptor... decryptors) |
Decryptor |
Decryptor.combine(Decryptor... decryptors) |
| Constructor and Description |
|---|
DecryptorImplCombined(Decryptor[] decryptors)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Decryptor |
SymmetricAccess.newDecryptor(K decryptionKey) |
Decryptor |
SymmetricAccess.newDecryptorUnsafe(Key decryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
default Decryptor |
SymmetricCryptorFactory.newDecryptor(K decryptionKey) |
Decryptor |
SymmetricCryptorFactoryImpl.newDecryptorUnsafe(Key decryptionKey) |
Copyright © 2001–2019 mmm-Team. All rights reserved.