Class ObjectStoreData

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class ObjectStoreData
    extends ASN1Object
     ObjectStoreData ::= SEQUENCE {
         version INTEGER.
         dataSalt OCTET STRING,
         integrityAlgorithm AlgorithmIdentifier,
         creationDate GeneralizedTime,
         lastModifiedDate GeneralizedTime,
         objectDataSequence ObjectDataSequence,
         comment UTF8String OPTIONAL
     }