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.ASN1ObjectSymmRecipientInfo ::= SEQUENCE { recipientId HashedId8, encKey SymmetricCiphertext }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSymmRecipientInfo.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.Builderbuilder()SymmetricCiphertextgetEncKey()static SymmRecipientInfogetInstance(java.lang.Object o)HashedIdgetRecipientId()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
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:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
builder
public static SymmRecipientInfo.Builder builder()
-
-