public class KeyEncryptor
extends java.lang.Object
Constructor and Description |
---|
KeyEncryptor() |
KeyEncryptor(org.w3c.dom.Element keyEncryptor) |
Modifier and Type | Method and Description |
---|---|
CertificateKeyEncryptor |
getCertificateKeyEncryptor() |
PasswordKeyEncryptor |
getPasswordKeyEncryptor() |
void |
setCertificateKeyEncryptor(CertificateKeyEncryptor certificateKeyEncryptor) |
void |
setPasswordKeyEncryptor(PasswordKeyEncryptor passwordKeyEncryptor) |
public KeyEncryptor()
public KeyEncryptor(org.w3c.dom.Element keyEncryptor)
public PasswordKeyEncryptor getPasswordKeyEncryptor()
public void setPasswordKeyEncryptor(PasswordKeyEncryptor passwordKeyEncryptor)
public CertificateKeyEncryptor getCertificateKeyEncryptor()
public void setCertificateKeyEncryptor(CertificateKeyEncryptor certificateKeyEncryptor)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.