Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IRecipientIdentifier
Package
Description
-
Uses of IRecipientIdentifier in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createRecipientIdentifier
(IIssuerAndSerialNumber issuerAndSerialNumber) Create recipient identifier wrapper from issuer and serial number wrapper.Modifier and TypeMethodDescriptionBouncyCastleFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper. -
Uses of IRecipientIdentifier in com.itextpdf.bouncycastle.asn1.cms
Modifier and TypeClassDescriptionclass
Wrapper class forRecipientIdentifier
.ModifierConstructorDescriptionKeyTransRecipientInfoBC
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forKeyTransRecipientInfo
. -
Uses of IRecipientIdentifier in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createRecipientIdentifier
(IIssuerAndSerialNumber issuerAndSerialNumber) Create recipient identifier wrapper from issuer and serial number wrapper.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper. -
Uses of IRecipientIdentifier in com.itextpdf.bouncycastlefips.asn1.cms
Modifier and TypeClassDescriptionclass
Wrapper class forRecipientIdentifier
.ModifierConstructorDescriptionKeyTransRecipientInfoBCFips
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Creates new wrapper instance forKeyTransRecipientInfo
. -
Uses of IRecipientIdentifier in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createRecipientIdentifier
(IIssuerAndSerialNumber issuerAndSerialNumber) Create recipient identifier wrapper from issuer and serial number wrapper.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createKeyTransRecipientInfo
(IRecipientIdentifier recipientIdentifier, IAlgorithmIdentifier algorithmIdentifier, IASN1OctetString octetString) Create key trans recipient info wrapper from recipient identifier wrapper, algorithm identifier wrapper and ASN1 Octet string wrapper.