| Modifier and Type | Method and Description |
|---|---|
default byte[] |
CryptoProcessor.process(CryptoBinary input,
boolean complete) |
default void |
CryptoChunker.update(CryptoBinary input) |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureBinary
Simple datatype as container for a
signature. |
| Modifier and Type | Method and Description |
|---|---|
default S |
SignatureSigner.sign(CryptoBinary input,
boolean reset) |
default boolean |
SignatureVerifier.verify(CryptoBinary input,
S signature) |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureGeneric
Generic implementation of
SignatureBinary. |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureRsa
SignatureBinary for Rsa. |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedData
Simple datatype as container for a
encrypted data. |
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
Cryptor.crypt(CryptoBinary input,
boolean complete) |
| Modifier and Type | Class and Description |
|---|---|
class |
Hash
Simple datatype as container for a
hash. |
| Modifier and Type | Method and Description |
|---|---|
default Hash |
HashCreator.hash(CryptoBinary input,
boolean reset) |
Copyright © 2001–2019 mmm-Team. All rights reserved.