Class KeyTransRecipientInfoBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.cms.KeyTransRecipientInfoBCFips
- All Implemented Interfaces:
-
IKeyTransRecipientInfo
,IASN1Encodable
public class KeyTransRecipientInfoBCFips extends ASN1EncodableBCFips implements IKeyTransRecipientInfo
Wrapper class for
KeyTransRecipientInfo
.
-
Constructor Summary
ConstructorDescriptionKeyTransRecipientInfoBCFips
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forKeyTransRecipientInfo
.KeyTransRecipientInfoBCFips
(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.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
-
KeyTransRecipientInfoBCFips
public KeyTransRecipientInfoBCFips(org.bouncycastle.asn1.cms.KeyTransRecipientInfo keyTransRecipientInfo) Creates new wrapper instance forKeyTransRecipientInfo
.- Parameters:
-
keyTransRecipientInfo
-KeyTransRecipientInfo
to be wrapped
-
KeyTransRecipientInfoBCFips
public KeyTransRecipientInfoBCFips(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
.
-