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