public class RecipientInfo extends ASN1Encodable implements ASN1Choice
BER, DER
Constructor and Description |
---|
RecipientInfo(DERObject info) |
RecipientInfo(KEKRecipientInfo info) |
RecipientInfo(KeyAgreeRecipientInfo info) |
RecipientInfo(KeyTransRecipientInfo info) |
RecipientInfo(OtherRecipientInfo info) |
RecipientInfo(PasswordRecipientInfo info) |
Modifier and Type | Method and Description |
---|---|
DEREncodable |
getInfo() |
static RecipientInfo |
getInstance(Object o) |
DERInteger |
getVersion() |
boolean |
isTagged() |
DERObject |
toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public RecipientInfo(KeyTransRecipientInfo info)
public RecipientInfo(KeyAgreeRecipientInfo info)
public RecipientInfo(KEKRecipientInfo info)
public RecipientInfo(PasswordRecipientInfo info)
public RecipientInfo(OtherRecipientInfo info)
public RecipientInfo(DERObject info)
public static RecipientInfo getInstance(Object o)
public DERInteger getVersion()
public boolean isTagged()
public DEREncodable getInfo()
public DERObject toASN1Object()
RecipientInfo ::= CHOICE { ktri KeyTransRecipientInfo, kari [1] KeyAgreeRecipientInfo, kekri [2] KEKRecipientInfo, pwri [3] PasswordRecipientInfo, ori [4] OtherRecipientInfo }
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.