public class KeyEncryptor extends Object
| Constructor and Description |
|---|
KeyEncryptor() |
KeyEncryptor(Element keyEncryptor) |
| Modifier and Type | Method and Description |
|---|---|
CertificateKeyEncryptor |
getCertificateKeyEncryptor() |
PasswordKeyEncryptor |
getPasswordKeyEncryptor() |
void |
setCertificateKeyEncryptor(CertificateKeyEncryptor certificateKeyEncryptor) |
void |
setPasswordKeyEncryptor(PasswordKeyEncryptor passwordKeyEncryptor) |
public KeyEncryptor()
public KeyEncryptor(Element keyEncryptor)
public PasswordKeyEncryptor getPasswordKeyEncryptor()
public void setPasswordKeyEncryptor(PasswordKeyEncryptor passwordKeyEncryptor)
public CertificateKeyEncryptor getCertificateKeyEncryptor()
public void setCertificateKeyEncryptor(CertificateKeyEncryptor certificateKeyEncryptor)