Class SymmRecipientInfo
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.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 }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SymmRecipientInfo.Builder
-
Constructor Summary
Constructors Constructor Description SymmRecipientInfo(HashedId8 recipientId, SymmetricCiphertext encKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SymmRecipientInfo.Builder
builder()
SymmetricCiphertext
getEncKey()
static SymmRecipientInfo
getInstance(java.lang.Object o)
HashedId
getRecipientId()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Constructor Detail
-
SymmRecipientInfo
public SymmRecipientInfo(HashedId8 recipientId, SymmetricCiphertext encKey)
-
-
Method Detail
-
getInstance
public static SymmRecipientInfo getInstance(java.lang.Object o)
-
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
-
builder
public static SymmRecipientInfo.Builder builder()
-
-