Class KeyTransRecipientInfoBC
- java.lang.Object
-
- com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
-
- com.itextpdf.bouncycastle.asn1.cms.KeyTransRecipientInfoBC
-
- All Implemented Interfaces:
IKeyTransRecipientInfo
,IASN1Encodable
public class KeyTransRecipientInfoBC extends ASN1EncodableBC implements IKeyTransRecipientInfo
Wrapper class forKeyTransRecipientInfo
.
-
-
Constructor Summary
Constructors Constructor Description KeyTransRecipientInfoBC(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
Creates new wrapper instance forKeyTransRecipientInfo
.KeyTransRecipientInfoBC(org.bouncycastle.asn1.cms.KeyTransRecipientInfo keyTransRecipientInfo)
Creates new wrapper instance forKeyTransRecipientInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.cms.KeyTransRecipientInfo
getKeyTransRecipientInfo()
Gets actual org.bouncycastle object being wrapped.-
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Constructor Detail
-
KeyTransRecipientInfoBC
public KeyTransRecipientInfoBC(org.bouncycastle.asn1.cms.KeyTransRecipientInfo keyTransRecipientInfo)
Creates new wrapper instance forKeyTransRecipientInfo
.- Parameters:
keyTransRecipientInfo
-KeyTransRecipientInfo
to be wrapped
-
KeyTransRecipientInfoBC
public KeyTransRecipientInfoBC(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString)
Creates new wrapper instance forKeyTransRecipientInfo
.- Parameters:
recipientIdentifier
- RecipientIdentifier wrapperalgorithmIdentifier
- AlgorithmIdentifier wrapperoctetString
- ASN1OctetString wrapper
-
-