public class PKRecipientInfo
extends org.bouncycastle.asn1.ASN1Object
PKRecipientInfo ::= SEQUENCE {
recipientId HashedId8,
encKey EncryptedDataEncryptionKey
}
| Modifier and Type | Class and Description |
|---|---|
static class |
PKRecipientInfo.Builder |
| Constructor and Description |
|---|
PKRecipientInfo(HashedId recipientId,
EncryptedDataEncryptionKey encKey) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedDataEncryptionKey |
getEncKey() |
static PKRecipientInfo |
getInstance(java.lang.Object object) |
HashedId |
getRecipientId() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public PKRecipientInfo(HashedId recipientId, EncryptedDataEncryptionKey encKey)
public static PKRecipientInfo getInstance(java.lang.Object object)
public HashedId getRecipientId()
public EncryptedDataEncryptionKey getEncKey()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object