Package org.docx4j.docProps.extended
Class Properties.DigSig
java.lang.Object
org.docx4j.docProps.extended.Properties.DigSig
- Enclosing class:
- Properties
public static class Properties.DigSig
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}blob"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Details
-
blob
protected byte[] blob
-
-
Constructor Details
-
DigSig
public DigSig()
-
-
Method Details
-
getBlob
public byte[] getBlob()Binary Blob- Returns:
- possible object is byte[]
-
setBlob
public void setBlob(byte[] value)Sets the value of the blob property.- Parameters:
value- allowed object is byte[]
-