Class RecipientIdentifierBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.cms.RecipientIdentifierBC
- All Implemented Interfaces:
-
IRecipientIdentifier
,IASN1Encodable
Wrapper class for
RecipientIdentifier
.
-
Constructor Summary
ConstructorDescriptionRecipientIdentifierBC
(IIssuerAndSerialNumber issuerAndSerialNumber) Creates new wrapper instance forRecipientIdentifier
.RecipientIdentifierBC
(org.bouncycastle.asn1.cms.RecipientIdentifier recipientIdentifier) Creates new wrapper instance forRecipientIdentifier
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.cms.RecipientIdentifier
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
-
RecipientIdentifierBC
public RecipientIdentifierBC(org.bouncycastle.asn1.cms.RecipientIdentifier recipientIdentifier) Creates new wrapper instance forRecipientIdentifier
.- Parameters:
-
recipientIdentifier
-RecipientIdentifier
to be wrapped
-
RecipientIdentifierBC
Creates new wrapper instance forRecipientIdentifier
.- Parameters:
-
issuerAndSerialNumber
- IssuerAndSerialNumber wrapper to createRecipientIdentifier
-
-
Method Details
-
getRecipientIdentifier
public org.bouncycastle.asn1.cms.RecipientIdentifier getRecipientIdentifier()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
RecipientIdentifier
.
-