public class CTKeyEncryptor
extends java.lang.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 java.lang.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.
|
java.lang.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(java.lang.String value)
Sets the value of the uri property.
|
protected CTPasswordKeyEncryptor encryptedPasswordKey
protected CTCertificateKeyEncryptor encryptedCertificateKey
protected java.lang.String uri
public CTPasswordKeyEncryptor getEncryptedPasswordKey()
CTPasswordKeyEncryptorpublic void setEncryptedPasswordKey(CTPasswordKeyEncryptor value)
value - allowed object is
CTPasswordKeyEncryptorpublic CTCertificateKeyEncryptor getEncryptedCertificateKey()
CTCertificateKeyEncryptorpublic void setEncryptedCertificateKey(CTCertificateKeyEncryptor value)
value - allowed object is
CTCertificateKeyEncryptorpublic java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.