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 and Description |
---|
CTCertificateKeyEncryptor() |
Modifier and Type | Method and Description |
---|---|
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.
|
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[]Copyright © 2010–2022 OpenHMS. All rights reserved.