Package org.bouncycastle.oer.its
Class SymmRecipientInfo
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.SymmRecipientInfo
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SymmRecipientInfo extends org.bouncycastle.asn1.ASN1Object
SymmRecipientInfo ::= SEQUENCE { recipientId HashedId8, encKey SymmetricCiphertext }
-
-
Constructor Summary
Constructors Constructor Description SymmRecipientInfo(HashedId recipientId, SymmetricCiphertext encKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SymmetricCiphertext
getEncKey()
HashedId
getRecipientId()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Constructor Detail
-
SymmRecipientInfo
public SymmRecipientInfo(HashedId recipientId, SymmetricCiphertext encKey)
-
-
Method Detail
-
getRecipientId
public HashedId getRecipientId()
-
getEncKey
public SymmetricCiphertext getEncKey()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-