public class CTKeyEncryptor extends Object
Java class for CT_KeyEncryptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_KeyEncryptor"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://schemas.microsoft.com/office/2006/keyEncryptor/password}encryptedKey"/> <element ref="{http://schemas.microsoft.com/office/2006/keyEncryptor/certificate}encryptedKey"/> </choice> <attribute name="uri"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="http://schemas.microsoft.com/office/2006/keyEncryptor/password"/> <enumeration value="http://schemas.microsoft.com/office/2006/keyEncryptor/certificate"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTCertificateKeyEncryptor |
encryptedCertificateKey |
protected CTPasswordKeyEncryptor |
encryptedPasswordKey |
protected String |
uri |
Constructor and Description |
---|
CTKeyEncryptor() |
Modifier and Type | Method and Description |
---|---|
CTCertificateKeyEncryptor |
getEncryptedCertificateKey()
Gets the value of the encryptedCertificateKey property.
|
CTPasswordKeyEncryptor |
getEncryptedPasswordKey()
Gets the value of the encryptedPasswordKey property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setEncryptedCertificateKey(CTCertificateKeyEncryptor value)
Sets the value of the encryptedCertificateKey property.
|
void |
setEncryptedPasswordKey(CTPasswordKeyEncryptor value)
Sets the value of the encryptedPasswordKey property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected CTPasswordKeyEncryptor encryptedPasswordKey
protected CTCertificateKeyEncryptor encryptedCertificateKey
protected String uri
public CTPasswordKeyEncryptor getEncryptedPasswordKey()
CTPasswordKeyEncryptor
public void setEncryptedPasswordKey(CTPasswordKeyEncryptor value)
value
- allowed object is
CTPasswordKeyEncryptor
public CTCertificateKeyEncryptor getEncryptedCertificateKey()
CTCertificateKeyEncryptor
public void setEncryptedCertificateKey(CTCertificateKeyEncryptor value)
value
- allowed object is
CTCertificateKeyEncryptor
public String getUri()
String
Copyright © 2007-2019. All Rights Reserved.