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 X500NameIssuerAndSerialNumber. 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 X500NameCertTemplate. getIssuer()X500NameCertTemplate. getSubject()Methods in org.bouncycastle.asn1.crmf with parameters of type X500Name Modifier and Type Method Description CertTemplateBuilderCertTemplateBuilder. setIssuer(X500Name name)CertTemplateBuilderCertTemplateBuilder. 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 X500NameCrlIdentifier. 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 X500NameServiceLocator. getIssuer()X500NameResponderID. 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 X500NameIssuerAndSerialNumber. getName()X500NameCertificationRequestInfo. 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 X500NameX500NameBuilder. build()Build an X.500 name for the current builder state.static X500NameX500Name. getInstance(java.lang.Object obj)static X500NameX500Name. getInstance(ASN1TaggedObject obj, boolean explicit)Return a X500Name based on the passed in tagged object.static X500NameX500Name. getInstance(X500NameStyle style, java.lang.Object obj)Methods in org.bouncycastle.asn1.x500 with parameters of type X500Name Modifier and Type Method Description booleanX500NameStyle. areEqual(X500Name name1, X500Name name2)Return true if the two names are equal.intX500NameStyle. calculateHashCode(X500Name name)Calculate a hashCode for the passed in name.java.lang.StringX500NameStyle. 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 booleanAbstractX500NameStyle. areEqual(X500Name name1, X500Name name2)booleanBCStrictStyle. areEqual(X500Name name1, X500Name name2)intAbstractX500NameStyle. calculateHashCode(X500Name name)java.lang.StringBCStyle. toString(X500Name name)java.lang.StringRFC4519Style. 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 X500NameCertificate. getIssuer()X500NameCertificateList. getIssuer()X500NameTBSCertificate. getIssuer()X500NameTBSCertList. getIssuer()X500NameCertificate. getSubject()X500NameTBSCertificate. getSubject()Methods in org.bouncycastle.asn1.x509 with parameters of type X500Name Modifier and Type Method Description voidV1TBSCertificateGenerator. setIssuer(X500Name issuer)voidV2TBSCertListGenerator. setIssuer(X500Name issuer)voidV3TBSCertificateGenerator. setIssuer(X500Name issuer)voidV1TBSCertificateGenerator. setSubject(X500Name subject)voidV3TBSCertificateGenerator. 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)
-