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
ConstructorsConstructorDescriptionKeyTransRecipientInfoBC(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.KeyTransRecipientInfoGets 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
-
KeyTransRecipientInfoBC
public KeyTransRecipientInfoBC(org.bouncycastle.asn1.cms.KeyTransRecipientInfo keyTransRecipientInfo) Creates new wrapper instance forKeyTransRecipientInfo.- Parameters:
keyTransRecipientInfo-KeyTransRecipientInfoto be wrapped
-
KeyTransRecipientInfoBC
public KeyTransRecipientInfoBC(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forKeyTransRecipientInfo.- Parameters:
recipientIdentifier- RecipientIdentifier wrapperalgorithmIdentifier- AlgorithmIdentifier wrapperoctetString- ASN1OctetString wrapper
-
-
Method Details
-
getKeyTransRecipientInfo
public org.bouncycastle.asn1.cms.KeyTransRecipientInfo getKeyTransRecipientInfo()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
KeyTransRecipientInfo.
-