Class RecipientIdentifierBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.cms.RecipientIdentifierBCFips
- All Implemented Interfaces:
-
IRecipientIdentifier
,IASN1Encodable
Wrapper class for
RecipientIdentifier
.
-
Constructor Summary
ConstructorDescriptionRecipientIdentifierBCFips
(IIssuerAndSerialNumber issuerAndSerialNumber) Creates new wrapper instance forRecipientIdentifier
.RecipientIdentifierBCFips
(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.bouncycastlefips.asn1.ASN1EncodableBCFips
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
-
RecipientIdentifierBCFips
public RecipientIdentifierBCFips(org.bouncycastle.asn1.cms.RecipientIdentifier recipientIdentifier) Creates new wrapper instance forRecipientIdentifier
.- Parameters:
-
recipientIdentifier
-RecipientIdentifier
to be wrapped
-
RecipientIdentifierBCFips
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
.
-