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
ConstructorsConstructorDescriptionRecipientIdentifierBC(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.RecipientIdentifierGets actual org.bouncycastle object being wrapped.Methods inherited from class ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringMethods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
RecipientIdentifierBC
public RecipientIdentifierBC(org.bouncycastle.asn1.cms.RecipientIdentifier recipientIdentifier) Creates new wrapper instance forRecipientIdentifier.- Parameters:
recipientIdentifier-RecipientIdentifierto 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.
-