Uses of Class
org.bouncycastle.asn1.x500.X500Name
Packages that use X500Name
Package
Description
Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."
Support classes useful for encoding and supporting [ESF] RFC3126
Electronic Signature Formats for long term electronic signatures.
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.cms
Methods in org.bouncycastle.asn1.cms that return X500NameConstructors in org.bouncycastle.asn1.cms with parameters of type X500Name -
Uses of X500Name in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return X500NameMethods in org.bouncycastle.asn1.crmf with parameters of type X500Name -
Uses of X500Name in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return X500NameConstructors in org.bouncycastle.asn1.esf with parameters of type X500NameModifierConstructorDescriptionCrlIdentifier
(X500Name crlIssuer, ASN1UTCTime crlIssuedTime) CrlIdentifier
(X500Name crlIssuer, ASN1UTCTime crlIssuedTime, BigInteger crlNumber) -
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 X500Name
X500Name.getInstance
(Object obj) static X500Name
X500Name.getInstance
(ASN1TaggedObject obj, boolean explicit) Return a X500Name based on the passed in tagged object.static X500Name
X500Name.getInstance
(X500NameStyle style, Object obj) Methods in org.bouncycastle.asn1.x500 with parameters of type X500NameModifier and TypeMethodDescriptionboolean
Return true if the two names are equal.int
X500NameStyle.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 TypeMethodDescriptionboolean
boolean
int
AbstractX500NameStyle.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 TypeMethodDescriptionvoid
void
void
void
V1TBSCertificateGenerator.setSubject
(X500Name subject) void
V3TBSCertificateGenerator.setSubject
(X500Name subject) Constructors in org.bouncycastle.asn1.x509 with parameters of type X500NameModifierConstructorDescriptionGeneralName
(X500Name dirName) IssuerSerial
(X500Name issuer, BigInteger serial)