Uses of Class
org.bouncycastle.asn1.x500.X500Name
-
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, BigInteger serialNumber) -
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, 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()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 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.StringX500NameStyle. toString(X500Name name)Convert the passed in X500Name to a String.Constructors in org.bouncycastle.asn1.x500 with parameters of type X500Name Constructor Description X500Name(X500NameStyle style, X500Name name) -
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 booleanBCStrictStyle. areEqual(X500Name name1, X500Name name2)booleanBCStyle. areEqual(X500Name name1, X500Name name2)booleanRFC4519Style. areEqual(X500Name name1, X500Name name2)intBCStyle. calculateHashCode(X500Name name)intRFC4519Style. calculateHashCode(X500Name name)StringBCStyle. toString(X500Name name)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()X500NameTBSCertificateStructure. getIssuer()X500NameTBSCertList. getIssuer()X500NameX509CertificateStructure. getIssuer()Deprecated.X500NameCertificate. getSubject()X500NameTBSCertificate. getSubject()X500NameTBSCertificateStructure. getSubject()X500NameX509CertificateStructure. getSubject()Deprecated.Methods in org.bouncycastle.asn1.x509 with parameters of type X500Name Modifier and Type Method Description voidV1TBSCertificateGenerator. 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) -
Uses of X500Name in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return X500Name Modifier and Type Method Description X500Name[]AttributeCertificateHolder. getEntityNames()Return any principal objects inside the attribute certificate holder entity names field.X500Name[]AttributeCertificateHolder. getIssuer()Return the principals associated with the issuer attached to this holderX500NameX509CertificateHolder. getIssuer()Return the issuer of this certificate.X500NameX509CRLHolder. getIssuer()Return the issuer of this holder's CRL.X500Name[]AttributeCertificateIssuer. getNames()X500NameX509CertificateHolder. getSubject()Return the subject this certificate is for.Constructors in org.bouncycastle.cert with parameters of type X500Name Constructor Description AttributeCertificateHolder(X500Name principal)AttributeCertificateHolder(X500Name issuerName, BigInteger serialNumber)AttributeCertificateIssuer(X500Name principal) -
Uses of X500Name in org.bouncycastle.cert.selector
Methods in org.bouncycastle.cert.selector that return X500Name Modifier and Type Method Description X500NameX509CertificateHolderSelector. getIssuer()Constructors in org.bouncycastle.cert.selector with parameters of type X500Name Constructor Description X509CertificateHolderSelector(X500Name issuer, BigInteger serialNumber)Construct a signer ID based on the issuer and serial number of the signer's associated certificate.X509CertificateHolderSelector(X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId)Construct a signer ID based on the issuer and serial number of the signer's associated certificate. -
Uses of X500Name in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return X500Name Modifier and Type Method Description X500NameSignerId. getIssuer()Constructors in org.bouncycastle.cms with parameters of type X500Name Constructor Description SignerId(X500Name issuer, BigInteger serialNumber)Construct a signer ID based on the issuer and serial number of the signer's associated certificate.SignerId(X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId)Construct a signer ID based on the issuer and serial number of the signer's associated certificate. -
Uses of X500Name in org.bouncycastle.jce
Constructors in org.bouncycastle.jce with parameters of type X500Name Constructor Description X509Principal(X500Name name)Constructor from an X509Name object. -
Uses of X500Name in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type X500Name Constructor Description X509CRLEntryObject(TBSCertList.CRLEntry c, boolean isIndirect, X500Name previousCertificateIssuer)Constructor for CRLEntries of indirect CRLs.