Class CTDataIntegrity
- java.lang.Object
-
- com.healthmarketscience.jackcess.crypt.model.CTDataIntegrity
-
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 Summary
Constructors Constructor Description CTDataIntegrity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncryptedHmacKey()Gets the value of the encryptedHmacKey property.byte[]getEncryptedHmacValue()Gets the value of the encryptedHmacValue property.voidsetEncryptedHmacKey(byte[] value)Sets the value of the encryptedHmacKey property.voidsetEncryptedHmacValue(byte[] value)Sets the value of the encryptedHmacValue property.
-
-
-
Method Detail
-
getEncryptedHmacKey
public byte[] getEncryptedHmacKey()
Gets the value of the encryptedHmacKey property.- Returns:
- possible object is byte[]
-
setEncryptedHmacKey
public void setEncryptedHmacKey(byte[] value)
Sets the value of the encryptedHmacKey property.- Parameters:
value- allowed object is byte[]
-
getEncryptedHmacValue
public byte[] getEncryptedHmacValue()
Gets the value of the encryptedHmacValue property.- Returns:
- possible object is byte[]
-
setEncryptedHmacValue
public void setEncryptedHmacValue(byte[] value)
Sets the value of the encryptedHmacValue property.- Parameters:
value- allowed object is byte[]
-
-