public class SymmRecipientInfo
extends org.bouncycastle.asn1.ASN1Object
SymmRecipientInfo ::= SEQUENCE {
recipientId HashedId8,
encKey SymmetricCiphertext
}
| Constructor and Description |
|---|
SymmRecipientInfo(HashedId recipientId,
SymmetricCiphertext encKey) |
| Modifier and Type | Method and Description |
|---|---|
SymmetricCiphertext |
getEncKey() |
HashedId |
getRecipientId() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public SymmRecipientInfo(HashedId recipientId, SymmetricCiphertext encKey)
public HashedId getRecipientId()
public SymmetricCiphertext getEncKey()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object