public interface EncryptionInfoBuilder
| Modifier and Type | Method and Description |
|---|---|
Decryptor |
getDecryptor() |
Encryptor |
getEncryptor() |
EncryptionHeader |
getHeader() |
EncryptionVerifier |
getVerifier() |
void |
initialize(EncryptionInfo ei,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
initialize the builder from scratch
|
void |
initialize(EncryptionInfo ei,
LittleEndianInput dis)
initialize the builder from a stream
|
void initialize(EncryptionInfo ei, LittleEndianInput dis) throws java.io.IOException
java.io.IOExceptionvoid initialize(EncryptionInfo ei, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
EncryptionHeader getHeader()
EncryptionVerifier getVerifier()
Decryptor getDecryptor()
Encryptor getEncryptor()
Copyright © 2007–2023. All rights reserved.