Package org.apache.poi.poifs.crypt.agile
Class KeyEncryptor
- java.lang.Object
-
- org.apache.poi.poifs.crypt.agile.KeyEncryptor
-
public class KeyEncryptor extends java.lang.ObjectA sequence of KeyEncryptor elements. Exactly one KeyEncryptors element MUST be present, and the KeyEncryptors element MUST contain at least one KeyEncryptor.
-
-
Constructor Summary
Constructors Constructor Description KeyEncryptor()KeyEncryptor(org.w3c.dom.Element keyEncryptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateKeyEncryptorgetCertificateKeyEncryptor()PasswordKeyEncryptorgetPasswordKeyEncryptor()voidsetCertificateKeyEncryptor(CertificateKeyEncryptor certificateKeyEncryptor)voidsetPasswordKeyEncryptor(PasswordKeyEncryptor passwordKeyEncryptor)
-
-
-
Method Detail
-
getPasswordKeyEncryptor
public PasswordKeyEncryptor getPasswordKeyEncryptor()
-
setPasswordKeyEncryptor
public void setPasswordKeyEncryptor(PasswordKeyEncryptor passwordKeyEncryptor)
-
getCertificateKeyEncryptor
public CertificateKeyEncryptor getCertificateKeyEncryptor()
-
setCertificateKeyEncryptor
public void setCertificateKeyEncryptor(CertificateKeyEncryptor certificateKeyEncryptor)
-
-