| Modifier and Type | Method and Description |
|---|---|
Encryptor |
AsymmetricAccess.newEncryptor(PU publicKey) |
Encryptor |
AsymmetricAccess.newEncryptorUnsafe(Key encryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
default Encryptor |
AsymmetricCryptorFactory.newEncryptor(PU publicKey) |
| Modifier and Type | Field and Description |
|---|---|
private Encryptor |
SignatureSignerImplCryptorWithHash.encryptor |
| Constructor and Description |
|---|
SignatureSignerImplCryptorWithHash(HashCreator hashGenerator,
Encryptor encryptor)
The constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractEncryptor
Abstract implementation of
Encryptor. |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptorImplCiper
|
class |
EncryptorImplCombined
|
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
Encryptor.combine(Encryptor... encryptors) |
default Encryptor |
AbstractEncryptor.combine(Encryptor... encryptors) |
Encryptor |
CryptorFactory.newEncryptorUnsafe(Key encryptionKey)
Please use typesafe
newDecryptor method instead to avoid mistakes (passing wrong Key). |
Encryptor |
CryptorFactoryImpl.newEncryptorUnsafe(Key encryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
Encryptor.combine(Encryptor... encryptors) |
default Encryptor |
AbstractEncryptor.combine(Encryptor... encryptors) |
| Constructor and Description |
|---|
EncryptorImplCombined(Encryptor[] encryptors)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
SymmetricAccess.newEncryptor(K encryptionKey) |
Encryptor |
SymmetricAccess.newEncryptorUnsafe(Key encryptionKey) |
| Modifier and Type | Method and Description |
|---|---|
default Encryptor |
SymmetricCryptorFactory.newEncryptor(K encryptionKey) |
Encryptor |
SymmetricCryptorFactoryImpl.newEncryptorUnsafe(Key encryptionKey) |
Copyright © 2001–2019 mmm-Team. All rights reserved.