Package org.apache.poi.poifs.crypt.agile
Class KeyEncryptor
java.lang.Object
org.apache.poi.poifs.crypt.agile.KeyEncryptor
A sequence of KeyEncryptor elements. Exactly one KeyEncryptors element MUST be present, and the KeyEncryptors element
MUST contain at least one KeyEncryptor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCertificateKeyEncryptor(CertificateKeyEncryptor certificateKeyEncryptor) voidsetPasswordKeyEncryptor(PasswordKeyEncryptor passwordKeyEncryptor)
-
Constructor Details
-
KeyEncryptor
public KeyEncryptor() -
KeyEncryptor
-
-
Method Details
-
getPasswordKeyEncryptor
-
setPasswordKeyEncryptor
-
getCertificateKeyEncryptor
-
setCertificateKeyEncryptor
-