com.healthmarketscience.jackcess.cryptmodel.cert
Class CTCertificateKeyEncryptor

java.lang.Object
  extended by com.healthmarketscience.jackcess.cryptmodel.cert.CTCertificateKeyEncryptor

public class CTCertificateKeyEncryptor
extends Object

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

CTCertificateKeyEncryptor

public CTCertificateKeyEncryptor()
Method Detail

getEncryptedKeyValue

public byte[] getEncryptedKeyValue()
Gets the value of the encryptedKeyValue property.

Returns:
possible object is byte[]

setEncryptedKeyValue

public void setEncryptedKeyValue(byte[] value)
Sets the value of the encryptedKeyValue property.

Parameters:
value - allowed object is byte[]

getX509Certificate

public byte[] getX509Certificate()
Gets the value of the x509Certificate property.

Returns:
possible object is byte[]

setX509Certificate

public void setX509Certificate(byte[] value)
Sets the value of the x509Certificate property.

Parameters:
value - allowed object is byte[]

getCertVerifier

public byte[] getCertVerifier()
Gets the value of the certVerifier property.

Returns:
possible object is byte[]

setCertVerifier

public void setCertVerifier(byte[] value)
Sets the value of the certVerifier property.

Parameters:
value - allowed object is byte[]


Copyright © 2010-2015 Health Market Science. All Rights Reserved.