Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.cms.IIssuerAndSerialNumber
-
Packages that use IIssuerAndSerialNumber Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.cms com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IIssuerAndSerialNumber in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IIssuerAndSerialNumber Modifier and Type Method Description IIssuerAndSerialNumber
BouncyCastleFactory. createIssuerAndSerialNumber(IX500Name issuer, java.math.BigInteger value)
Create issuer and serial number wrapper from X500 Name wrapper andBigInteger
.Methods in com.itextpdf.bouncycastle with parameters of type IIssuerAndSerialNumber Modifier and Type Method Description IRecipientIdentifier
BouncyCastleFactory. createRecipientIdentifier(IIssuerAndSerialNumber issuerAndSerialNumber)
Create recipient identifier wrapper from issuer and serial number wrapper. -
Uses of IIssuerAndSerialNumber in com.itextpdf.bouncycastle.asn1.cms
Classes in com.itextpdf.bouncycastle.asn1.cms that implement IIssuerAndSerialNumber Modifier and Type Class Description class
IssuerAndSerialNumberBC
Wrapper class forIssuerAndSerialNumber
.Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IIssuerAndSerialNumber Constructor Description RecipientIdentifierBC(IIssuerAndSerialNumber issuerAndSerialNumber)
Creates new wrapper instance forRecipientIdentifier
. -
Uses of IIssuerAndSerialNumber in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IIssuerAndSerialNumber Modifier and Type Method Description IIssuerAndSerialNumber
BouncyCastleDefaultFactory. createIssuerAndSerialNumber(IX500Name issuer, java.math.BigInteger value)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IIssuerAndSerialNumber Modifier and Type Method Description IRecipientIdentifier
BouncyCastleDefaultFactory. createRecipientIdentifier(IIssuerAndSerialNumber issuerAndSerialNumber)
-
Uses of IIssuerAndSerialNumber in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IIssuerAndSerialNumber Modifier and Type Method Description IIssuerAndSerialNumber
IBouncyCastleFactory. createIssuerAndSerialNumber(IX500Name issuer, java.math.BigInteger value)
Create issuer and serial number wrapper from X500 Name wrapper andBigInteger
.Methods in com.itextpdf.commons.bouncycastle with parameters of type IIssuerAndSerialNumber Modifier and Type Method Description IRecipientIdentifier
IBouncyCastleFactory. createRecipientIdentifier(IIssuerAndSerialNumber issuerAndSerialNumber)
Create recipient identifier wrapper from issuer and serial number wrapper.
-