public class EncryptedObjectStoreData extends ASN1Object
EncryptedObjectStoreData ::= SEQUENCE { encryptionAlgorithm AlgorithmIdentifier encryptedContent OCTET STRING }
Constructor and Description |
---|
EncryptedObjectStoreData(AlgorithmIdentifier encryptionAlgorithm,
byte[] encryptedContent) |
Modifier and Type | Method and Description |
---|---|
ASN1OctetString |
getEncryptedContent() |
AlgorithmIdentifier |
getEncryptionAlgorithm() |
static EncryptedObjectStoreData |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public EncryptedObjectStoreData(AlgorithmIdentifier encryptionAlgorithm, byte[] encryptedContent)
public static EncryptedObjectStoreData getInstance(java.lang.Object o)
public ASN1OctetString getEncryptedContent()
public AlgorithmIdentifier getEncryptionAlgorithm()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object