Class ObjectStoreData

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.bc.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
}