org.apache.poi.poifs.crypt
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) |
void |
initialize(EncryptionInfo ei,
DocumentInputStream dis) |
void initialize(EncryptionInfo ei, DocumentInputStream 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()