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 actualgetNamemethod for the wrapped BasicOCSPResp object.Constructors in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IX500Name -
Uses of IX500Name in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IX500NameModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createX500Name(IASN1Sequence s) BouncyCastleDefaultFactory.createX500Name(String s) BouncyCastleDefaultFactory.createX500Name(X509Certificate certificate) Methods in com.itextpdf.bouncycastleconnector with parameters of type IX500NameModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createIssuerAndSerialNumber(IX500Name issuer, BigInteger value) BouncyCastleDefaultFactory.createJcaX509v3CertificateBuilder(X509Certificate signingCert, BigInteger certSerialNumber, Date startDate, Date endDate, IX500Name subjectDnName, PublicKey publicKey) BouncyCastleDefaultFactory.createRespID(IX500Name x500Name) BouncyCastleDefaultFactory.createX509v2CRLBuilder(IX500Name x500Name, Date thisUpdate) -
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