Uses of Class
org.apache.poi.poifs.crypt.agile.EncryptionDocument
-
Packages that use EncryptionDocument Package Description org.apache.poi.poifs.crypt.agile -
-
Uses of EncryptionDocument in org.apache.poi.poifs.crypt.agile
Methods in org.apache.poi.poifs.crypt.agile that return EncryptionDocument Modifier and Type Method Description protected EncryptionDocument
AgileEncryptor. createEncryptionDocument()
protected static EncryptionDocument
AgileEncryptionInfoBuilder. parseDescriptor(InputStream descriptor)
protected static EncryptionDocument
AgileEncryptionInfoBuilder. parseDescriptor(String descriptor)
Methods in org.apache.poi.poifs.crypt.agile with parameters of type EncryptionDocument Modifier and Type Method Description protected void
AgileEncryptor. marshallEncryptionDocument(EncryptionDocument ed, LittleEndianByteArrayOutputStream os)
Constructors in org.apache.poi.poifs.crypt.agile with parameters of type EncryptionDocument Constructor Description AgileEncryptionHeader(EncryptionDocument ed)
AgileEncryptionVerifier(EncryptionDocument ed)
-