|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.healthmarketscience.jackcess.cryptmodel.cert.CTCertificateKeyEncryptor
public class CTCertificateKeyEncryptor
Java class for CT_CertificateKeyEncryptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CertificateKeyEncryptor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="encryptedKeyValue" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="X509Certificate" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="certVerifier" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CTCertificateKeyEncryptor()
|
|
| Method Summary | |
|---|---|
byte[] |
getCertVerifier()
Gets the value of the certVerifier property. |
byte[] |
getEncryptedKeyValue()
Gets the value of the encryptedKeyValue property. |
byte[] |
getX509Certificate()
Gets the value of the x509Certificate property. |
void |
setCertVerifier(byte[] value)
Sets the value of the certVerifier property. |
void |
setEncryptedKeyValue(byte[] value)
Sets the value of the encryptedKeyValue property. |
void |
setX509Certificate(byte[] value)
Sets the value of the x509Certificate property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CTCertificateKeyEncryptor()
| Method Detail |
|---|
public byte[] getEncryptedKeyValue()
public void setEncryptedKeyValue(byte[] value)
value - allowed object is
byte[]public byte[] getX509Certificate()
public void setX509Certificate(byte[] value)
value - allowed object is
byte[]public byte[] getCertVerifier()
public void setCertVerifier(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||