ASN1Encodable, Encodablepublic class EncryptedObjectStoreData extends ASN1Object
EncryptedObjectStoreData ::= SEQUENCE {
encryptionAlgorithm AlgorithmIdentifier
encryptedContent OCTET STRING
}
| Constructor | Description |
|---|---|
EncryptedObjectStoreData(AlgorithmIdentifier encryptionAlgorithm,
byte[] encryptedContent) |
| Modifier and Type | Method | 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, toASN1Objectpublic EncryptedObjectStoreData(AlgorithmIdentifier encryptionAlgorithm, byte[] encryptedContent)
public static EncryptedObjectStoreData getInstance(java.lang.Object o)
public ASN1OctetString getEncryptedContent()
public AlgorithmIdentifier getEncryptionAlgorithm()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object