Class EncryptedObjectStoreData

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.bc.EncryptedObjectStoreData
All Implemented Interfaces:
ASN1Encodable, Encodable

public class EncryptedObjectStoreData extends ASN1Object
 EncryptedObjectStoreData ::= SEQUENCE {
     encryptionAlgorithm AlgorithmIdentifier
     encryptedContent OCTET STRING
 }