Class KeyTransRecipientInfoBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.cms.KeyTransRecipientInfoBC
- All Implemented Interfaces:
-
IKeyTransRecipientInfo
,IASN1Encodable
Wrapper class for
KeyTransRecipientInfo
.
-
Constructor Summary
ConstructorDescriptionKeyTransRecipientInfoBC
(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
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.cms.KeyTransRecipientInfo
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 Details
-
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 wrapper -
algorithmIdentifier
- AlgorithmIdentifier wrapper -
octetString
- ASN1OctetString wrapper
-
-
Method Details
-
getKeyTransRecipientInfo
public org.bouncycastle.asn1.cms.KeyTransRecipientInfo getKeyTransRecipientInfo()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
KeyTransRecipientInfo
.
-