Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IKeyTransRecipientInfo
Package
Description
-
Uses of IKeyTransRecipientInfo in com.itextpdf.bouncycastle
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.Modifier and TypeMethodDescriptionBouncyCastleFactory.createRecipientInfo
(IKeyTransRecipientInfo keyTransRecipientInfo) Create recipient info wrapper from key trans recipient info wrapper. -
Uses of IKeyTransRecipientInfo in com.itextpdf.bouncycastle.asn1.cms
Modifier and TypeClassDescriptionclass
Wrapper class forKeyTransRecipientInfo
.ModifierConstructorDescriptionRecipientInfoBC
(IKeyTransRecipientInfo keyTransRecipientInfo) Creates new wrapper instance forRecipientInfo
. -
Uses of IKeyTransRecipientInfo in com.itextpdf.bouncycastlefips
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.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createRecipientInfo
(IKeyTransRecipientInfo keyTransRecipientInfo) Create recipient info wrapper from key trans recipient info wrapper. -
Uses of IKeyTransRecipientInfo in com.itextpdf.bouncycastlefips.asn1.cms
Modifier and TypeClassDescriptionclass
Wrapper class forKeyTransRecipientInfo
.ModifierConstructorDescriptionRecipientInfoBCFips
(IKeyTransRecipientInfo keyTransRecipientInfo) Creates new wrapper instance forRecipientInfo
. -
Uses of IKeyTransRecipientInfo in com.itextpdf.commons.bouncycastle
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.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createRecipientInfo
(IKeyTransRecipientInfo keyTransRecipientInfo) Create recipient info wrapper from key trans recipient info wrapper.