Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x500.IX500Name
Packages that use IX500Name
Package
Description
-
Uses of IX500Name in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IX500NameModifier and TypeMethodDescriptionBouncyCastleFactory.createX500Name
(IASN1Sequence s) Create X500 Name wrapper fromIASN1Sequence
.BouncyCastleFactory.createX500Name
(String s) Create X500 Name wrapper fromString
.BouncyCastleFactory.createX500Name
(X509Certificate certificate) Create X500 Name wrapper fromX509Certificate
.Methods in com.itextpdf.bouncycastle with parameters of type IX500NameModifier and TypeMethodDescriptionBouncyCastleFactory.createIssuerAndSerialNumber
(IX500Name issuer, BigInteger value) Create issuer and serial number wrapper from X500 Name wrapper andBigInteger
.BouncyCastleFactory.createJcaX509v3CertificateBuilder
(X509Certificate signingCert, BigInteger certSerialNumber, Date startDate, Date endDate, IX500Name subjectDnName, PublicKey publicKey) Create Jca X509 Version 3 certificate builder wrapper fromX509Certificate
,BigInteger
, startDate
, endDate
, X500 Name wrapper andPublicKey
.BouncyCastleFactory.createRespID
(IX500Name x500Name) Create resp ID wrapper from X500 Name wrapper.BouncyCastleFactory.createX509v2CRLBuilder
(IX500Name x500Name, Date date) Create X509 Version 2 CRL Builder wrapper from X500 Name wrapper andDate
. -
Uses of IX500Name in com.itextpdf.bouncycastle.asn1.cms
Constructors in com.itextpdf.bouncycastle.asn1.cms with parameters of type IX500NameModifierConstructorDescriptionIssuerAndSerialNumberBC
(IX500Name issuer, BigInteger value) Creates new wrapper instance forIssuerAndSerialNumber
. -
Uses of IX500Name in com.itextpdf.bouncycastle.asn1.x500
Classes in com.itextpdf.bouncycastle.asn1.x500 that implement IX500Name -
Uses of IX500Name in com.itextpdf.bouncycastle.asn1.x509
Methods in com.itextpdf.bouncycastle.asn1.x509 that return IX500Name -
Uses of IX500Name in com.itextpdf.bouncycastle.cert
Constructors in com.itextpdf.bouncycastle.cert with parameters of type IX500NameModifierConstructorDescriptionX509v2CRLBuilderBC
(IX500Name x500Name, Date date) Creates new wrapper instance forX509v2CRLBuilder
. -
Uses of IX500Name in com.itextpdf.bouncycastle.cert.jcajce
Constructors in com.itextpdf.bouncycastle.cert.jcajce with parameters of type IX500NameModifierConstructorDescriptionJcaX509v3CertificateBuilderBC
(X509Certificate signingCert, BigInteger certSerialNumber, Date startDate, Date endDate, IX500Name subjectDnName, PublicKey publicKey) Creates new wrapper instance forJcaX509v3CertificateBuilder
. -
Uses of IX500Name in com.itextpdf.bouncycastle.cert.ocsp
Methods in com.itextpdf.bouncycastle.cert.ocsp that return IX500NameModifier and TypeMethodDescriptionResponderIDBC.getName()
Calls actualgetName
method for the wrapped BasicOCSPResp object.Constructors in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IX500Name -
Uses of IX500Name in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IX500NameModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createX500Name
(IASN1Sequence s) Create X500 Name wrapper fromIASN1Sequence
.BouncyCastleFipsFactory.createX500Name
(String s) Create X500 Name wrapper fromString
.BouncyCastleFipsFactory.createX500Name
(X509Certificate certificate) Create X500 Name wrapper fromX509Certificate
.Methods in com.itextpdf.bouncycastlefips with parameters of type IX500NameModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createIssuerAndSerialNumber
(IX500Name issuer, BigInteger value) Create issuer and serial number wrapper from X500 Name wrapper andBigInteger
.BouncyCastleFipsFactory.createJcaX509v3CertificateBuilder
(X509Certificate signingCert, BigInteger certSerialNumber, Date startDate, Date endDate, IX500Name subjectDnName, PublicKey publicKey) Create Jca X509 Version 3 certificate builder wrapper fromX509Certificate
,BigInteger
, startDate
, endDate
, X500 Name wrapper andPublicKey
.BouncyCastleFipsFactory.createRespID
(IX500Name x500Name) Create resp ID wrapper from X500 Name wrapper.BouncyCastleFipsFactory.createX509v2CRLBuilder
(IX500Name x500Name, Date date) Create X509 Version 2 CRL Builder wrapper from X500 Name wrapper andDate
. -
Uses of IX500Name in com.itextpdf.bouncycastlefips.asn1.cms
Constructors in com.itextpdf.bouncycastlefips.asn1.cms with parameters of type IX500NameModifierConstructorDescriptionIssuerAndSerialNumberBCFips
(IX500Name issuer, BigInteger value) Creates new wrapper instance forIssuerAndSerialNumber
. -
Uses of IX500Name in com.itextpdf.bouncycastlefips.asn1.x500
Classes in com.itextpdf.bouncycastlefips.asn1.x500 that implement IX500Name -
Uses of IX500Name in com.itextpdf.bouncycastlefips.asn1.x509
Methods in com.itextpdf.bouncycastlefips.asn1.x509 that return IX500Name -
Uses of IX500Name in com.itextpdf.bouncycastlefips.cert
Constructors in com.itextpdf.bouncycastlefips.cert with parameters of type IX500NameModifierConstructorDescriptionX509v2CRLBuilderBCFips
(IX500Name x500Name, Date date) Creates new wrapper instance forX509v2CRLBuilder
. -
Uses of IX500Name in com.itextpdf.bouncycastlefips.cert.jcajce
Constructors in com.itextpdf.bouncycastlefips.cert.jcajce with parameters of type IX500NameModifierConstructorDescriptionJcaX509v3CertificateBuilderBCFips
(X509Certificate signingCert, BigInteger certSerialNumber, Date startDate, Date endDate, IX500Name subjectDnName, PublicKey publicKey) Creates new wrapper instance forJcaX509v3CertificateBuilder
. -
Uses of IX500Name in com.itextpdf.bouncycastlefips.cert.ocsp
Methods in com.itextpdf.bouncycastlefips.cert.ocsp that return IX500NameModifier and TypeMethodDescriptionResponderIDBCFips.getName()
Calls actualgetName
method for the wrapped BasicOCSPResp object.Constructors in com.itextpdf.bouncycastlefips.cert.ocsp with parameters of type IX500NameModifierConstructorDescriptionRespIDBCFips
(IX500Name x500Name) Creates new wrapper instance forRespID
. -
Uses of IX500Name in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IX500NameModifier and TypeMethodDescriptionIBouncyCastleFactory.createX500Name
(IASN1Sequence s) Create X500 Name wrapper fromIASN1Sequence
.IBouncyCastleFactory.createX500Name
(String s) Create X500 Name wrapper fromString
.IBouncyCastleFactory.createX500Name
(X509Certificate certificate) Create X500 Name wrapper fromX509Certificate
.Methods in com.itextpdf.commons.bouncycastle with parameters of type IX500NameModifier and TypeMethodDescriptionIBouncyCastleFactory.createIssuerAndSerialNumber
(IX500Name issuer, BigInteger value) Create issuer and serial number wrapper from X500 Name wrapper andBigInteger
.IBouncyCastleFactory.createJcaX509v3CertificateBuilder
(X509Certificate signingCert, BigInteger certSerialNumber, Date startDate, Date endDate, IX500Name subjectDnName, PublicKey publicKey) Create Jca X509 Version 3 certificate builder wrapper fromX509Certificate
,BigInteger
, startDate
, endDate
, X500 Name wrapper andPublicKey
.IBouncyCastleFactory.createRespID
(IX500Name x500Name) Create resp ID wrapper from X500 Name wrapper.IBouncyCastleFactory.createX509v2CRLBuilder
(IX500Name x500Name, Date thisUpdate) Create X509 Version 2 CRL Builder wrapper from X500 Name wrapper andDate
. -
Uses of IX500Name in com.itextpdf.commons.bouncycastle.asn1.x509
Methods in com.itextpdf.commons.bouncycastle.asn1.x509 that return IX500Name -
Uses of IX500Name in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IX500Name