Class PKRecipientInfo
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.PKRecipientInfo
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class PKRecipientInfo extends org.bouncycastle.asn1.ASN1ObjectPKRecipientInfo ::= SEQUENCE { recipientId HashedId8, encKey EncryptedDataEncryptionKey }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPKRecipientInfo.Builder
-
Constructor Summary
Constructors Constructor Description PKRecipientInfo(HashedId8 recipientId, EncryptedDataEncryptionKey encKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PKRecipientInfo.Builderbuilder()EncryptedDataEncryptionKeygetEncKey()static PKRecipientInfogetInstance(java.lang.Object object)HashedIdgetRecipientId()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
Constructor Detail
-
PKRecipientInfo
public PKRecipientInfo(HashedId8 recipientId, EncryptedDataEncryptionKey encKey)
-
-
Method Detail
-
getInstance
public static PKRecipientInfo getInstance(java.lang.Object object)
-
getRecipientId
public HashedId getRecipientId()
-
getEncKey
public EncryptedDataEncryptionKey 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 PKRecipientInfo.Builder builder()
-
-