public class AgileEncryptionInfoBuilder extends java.lang.Object implements EncryptionInfoBuilder
| Constructor and Description |
|---|
AgileEncryptionInfoBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AgileDecryptor |
getDecryptor() |
AgileEncryptor |
getEncryptor() |
AgileEncryptionHeader |
getHeader() |
protected EncryptionInfo |
getInfo() |
AgileEncryptionVerifier |
getVerifier() |
void |
initialize(EncryptionInfo info,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode) |
void |
initialize(EncryptionInfo info,
DocumentInputStream dis) |
public void initialize(EncryptionInfo info, DocumentInputStream dis) throws java.io.IOException
initialize in interface EncryptionInfoBuilderjava.io.IOExceptionpublic void initialize(EncryptionInfo info, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)
initialize in interface EncryptionInfoBuilderpublic AgileEncryptionHeader getHeader()
getHeader in interface EncryptionInfoBuilderpublic AgileEncryptionVerifier getVerifier()
getVerifier in interface EncryptionInfoBuilderpublic AgileDecryptor getDecryptor()
getDecryptor in interface EncryptionInfoBuilderpublic AgileEncryptor getEncryptor()
getEncryptor in interface EncryptionInfoBuilderprotected EncryptionInfo getInfo()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.