Uses of Class
org.bouncycastle.asn1.x500.X500Name
-
Packages that use X500Name Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects.org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.org.bouncycastle.asn1.x500 The base classes for defining an X.500 name.org.bouncycastle.asn1.x500.style A package of "style" templates for produce X.500 names and converting them to and from strings.org.bouncycastle.asn1.x509 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 X500Name Modifier and Type Method Description X500Name
IssuerAndSerialNumber. getName()
Constructors in org.bouncycastle.asn1.cms with parameters of type X500Name Constructor Description IssuerAndSerialNumber(X500Name name, java.math.BigInteger serialNumber)
-
Uses of X500Name in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return X500Name Modifier and Type Method Description X500Name
CertTemplate. getIssuer()
X500Name
CertTemplate. getSubject()
Methods in org.bouncycastle.asn1.crmf with parameters of type X500Name Modifier and Type Method Description CertTemplateBuilder
CertTemplateBuilder. setIssuer(X500Name name)
CertTemplateBuilder
CertTemplateBuilder. setSubject(X500Name name)
-
Uses of X500Name in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return X500Name Modifier and Type Method Description X500Name
CrlIdentifier. getCrlIssuer()
Constructors in org.bouncycastle.asn1.esf with parameters of type X500Name Constructor Description CrlIdentifier(X500Name crlIssuer, ASN1UTCTime crlIssuedTime)
CrlIdentifier(X500Name crlIssuer, ASN1UTCTime crlIssuedTime, java.math.BigInteger crlNumber)
-
Uses of X500Name in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return X500Name Modifier and Type Method Description X500Name
ServiceLocator. getIssuer()
X500Name
ResponderID. getName()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type X500Name Constructor Description ResponderID(X500Name value)
-
Uses of X500Name in org.bouncycastle.asn1.pkcs
Methods in org.bouncycastle.asn1.pkcs that return X500Name Modifier and Type Method Description X500Name
IssuerAndSerialNumber. getName()
X500Name
CertificationRequestInfo. getSubject()
Constructors in org.bouncycastle.asn1.pkcs with parameters of type X500Name Constructor Description CertificationRequestInfo(X500Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)
Basic constructor.IssuerAndSerialNumber(X500Name name, java.math.BigInteger certSerialNumber)
-
Uses of X500Name in org.bouncycastle.asn1.x500
Methods in org.bouncycastle.asn1.x500 that return X500Name Modifier and Type Method Description X500Name
X500NameBuilder. build()
Build an X.500 name for the current builder state.static X500Name
X500Name. getInstance(java.lang.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, java.lang.Object obj)
Methods in org.bouncycastle.asn1.x500 with parameters of type X500Name Modifier and Type Method Description boolean
X500NameStyle. areEqual(X500Name name1, X500Name name2)
Return true if the two names are equal.int
X500NameStyle. calculateHashCode(X500Name name)
Calculate a hashCode for the passed in name.java.lang.String
X500NameStyle. toString(X500Name 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 X500Name Modifier and Type Method Description boolean
AbstractX500NameStyle. areEqual(X500Name name1, X500Name name2)
boolean
BCStrictStyle. areEqual(X500Name name1, X500Name name2)
int
AbstractX500NameStyle. calculateHashCode(X500Name name)
java.lang.String
BCStyle. toString(X500Name name)
java.lang.String
RFC4519Style. toString(X500Name name)
-
Uses of X500Name in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return X500Name Modifier and Type Method Description X500Name
Certificate. getIssuer()
X500Name
CertificateList. getIssuer()
X500Name
TBSCertificate. getIssuer()
X500Name
TBSCertList. getIssuer()
X500Name
Certificate. getSubject()
X500Name
TBSCertificate. getSubject()
Methods in org.bouncycastle.asn1.x509 with parameters of type X500Name Modifier and Type Method Description void
V1TBSCertificateGenerator. setIssuer(X500Name issuer)
void
V2TBSCertListGenerator. setIssuer(X500Name issuer)
void
V3TBSCertificateGenerator. setIssuer(X500Name issuer)
void
V1TBSCertificateGenerator. setSubject(X500Name subject)
void
V3TBSCertificateGenerator. setSubject(X500Name subject)
Constructors in org.bouncycastle.asn1.x509 with parameters of type X500Name Constructor Description GeneralName(X500Name dirName)
IssuerSerial(X500Name issuer, java.math.BigInteger serial)
-