Uses of Class
org.bouncycastle.asn1.x500.X500Name
Packages that use X500Name
Package
Description
Support classes useful for encoding and supporting OCSP objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
The base classes for defining an X.500 name.
A package of "style" templates for produce X.500 names and converting them to and from strings.
Support classes useful for encoding and processing X.509 certificates.
-
Uses of X500Name in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return X500NameConstructors in org.bouncycastle.asn1.ocsp with parameters of type X500Name -
Uses of X500Name in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return X500NameModifier and TypeMethodDescriptionIssuerAndSerialNumber.getName()CertificationRequestInfo.getSubject()Constructors in org.bouncycastle.asn1.pkcs with parameters of type X500NameModifierConstructorDescriptionCertificationRequestInfo(X500Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes) Basic constructor.IssuerAndSerialNumber(X500Name name, BigInteger certSerialNumber) -
Uses of X500Name in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return X500NameModifier and TypeMethodDescriptionX500NameBuilder.build()Build an X.500 name for the current builder state.static X500NameX500Name.getInstance(Object obj) static X500NameX500Name.getInstance(ASN1TaggedObject obj, boolean explicit) Return a X500Name based on the passed in tagged object.static X500NameX500Name.getInstance(X500NameStyle style, Object obj) Methods in org.bouncycastle.asn1.x500 with parameters of type X500NameModifier and TypeMethodDescriptionbooleanReturn true if the two names are equal.intX500NameStyle.calculateHashCode(X500Name name) Calculate a hashCode for the passed in name.Convert the passed in X500Name to a String. -
Uses of X500Name in org.bouncycastle.asn1.x500.style
Methods in org.bouncycastle.asn1.x500.style with parameters of type X500NameModifier and TypeMethodDescriptionbooleanbooleanintAbstractX500NameStyle.calculateHashCode(X500Name name) -
Uses of X500Name in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return X500NameModifier and TypeMethodDescriptionCertificate.getIssuer()CertificateList.getIssuer()TBSCertificate.getIssuer()TBSCertList.getIssuer()Certificate.getSubject()TBSCertificate.getSubject()Methods in org.bouncycastle.asn1.x509 with parameters of type X500NameModifier and TypeMethodDescriptionvoidPKIXNameConstraintValidator.checkExcludedDN(X500Name dns) voidPKIXNameConstraintValidator.checkPermittedDN(X500Name dns) voidvoidvoidvoidV1TBSCertificateGenerator.setSubject(X500Name subject) voidV3TBSCertificateGenerator.setSubject(X500Name subject) Constructors in org.bouncycastle.asn1.x509 with parameters of type X500NameModifierConstructorDescriptionGeneralName(X500Name dirName) IssuerSerial(X500Name issuer, BigInteger serial)