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