java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObject
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.SignatureObject
All Implemented Interfaces:
IFSSHTTPBSerializable

public class SignatureObject extends StreamObject
Signature Object
  • Field Details

    • signatureData

      public BinaryItem signatureData
      Gets or sets a binary item as specified in [MS-FSSHTTPB] section 2.2.1.3 that specifies a value that is unique to the file data represented by this root node object. The value of this item depends on the file chunking algorithm used, as specified in section 2.4.
  • Constructor Details

    • SignatureObject

      public SignatureObject()
      Initializes a new instance of the SignatureObject class.
  • Method Details