public class CTDataIntegrity extends Object
Java class for CT_DataIntegrity complex type.
The following schema fragment specifies the expected content contained within this class.
- <complexType name="CT_DataIntegrity">
- <complexContent>
- <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- <attribute name="encryptedHmacKey" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
- <attribute name="encryptedHmacValue" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
- </restriction>
- </complexContent>
- </complexType>
Constructor and Description |
---|
CTDataIntegrity() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncryptedHmacKey()
Gets the value of the encryptedHmacKey property.
|
byte[] |
getEncryptedHmacValue()
Gets the value of the encryptedHmacValue property.
|
void |
setEncryptedHmacKey(byte[] value)
Sets the value of the encryptedHmacKey property.
|
void |
setEncryptedHmacValue(byte[] value)
Sets the value of the encryptedHmacValue property.
|
public byte[] getEncryptedHmacKey()
public void setEncryptedHmacKey(byte[] value)
value
- allowed object is
byte[]public byte[] getEncryptedHmacValue()
public void setEncryptedHmacValue(byte[] value)
value
- allowed object is
byte[]Copyright © 2010–2025 OpenHMS. All rights reserved.