Uses of Class
org.bouncycastle.asn1.x500.X500Name
Packages that use X500Name
Package
Description
-
Uses of X500Name in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return X500NameConstructors in org.bouncycastle.asn1.bc with parameters of type X500NameModifierConstructorDescriptionLinkedCertificate(DigestInfo digest, GeneralName certLocation, X500Name certIssuer, GeneralNames cACerts) -
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.Constructors in org.bouncycastle.asn1.x500 with parameters of type X500NameModifierConstructorDescriptionX500Name(X500NameStyle style, X500Name name) Deprecated.use the getInstance() method that takes a style. -
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()DeltaCertificateDescriptor.getIssuer()TBSCertificate.getIssuer()TBSCertificateStructure.getIssuer()Deprecated.TBSCertList.getIssuer()X509CertificateStructure.getIssuer()Deprecated.Certificate.getSubject()DeltaCertificateDescriptor.getSubject()TBSCertificate.getSubject()TBSCertificateStructure.getSubject()Deprecated.X509CertificateStructure.getSubject()Deprecated.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) -
Uses of X500Name in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return X500NameModifier and TypeMethodDescriptionX500Name[]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 holderX509CertificateHolder.getIssuer()Return the issuer of this certificate.X509CRLHolder.getIssuer()Return the issuer of this holder's CRL.X500Name[]AttributeCertificateIssuer.getNames()X509CertificateHolder.getSubject()Return the subject this certificate is for.Constructors in org.bouncycastle.cert with parameters of type X500NameModifierConstructorDescriptionAttributeCertificateHolder(X500Name principal) Create a holder using the entityName option based on the passed in principal.AttributeCertificateHolder(X500Name issuerName, BigInteger serialNumber) Create a holder using the baseCertificateID element.AttributeCertificateIssuer(X500Name principal) X509v1CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, Locale dateLocale, X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Create a builder for a version 1 certificate.X509v1CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Create a builder for a version 1 certificate.X509v1CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter, X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Create a builder for a version 1 certificate.X509v2CRLBuilder(X500Name issuer, Date thisUpdate) Basic constructor.X509v2CRLBuilder(X500Name issuer, Date thisUpdate, Locale dateLocale) Basic constructor with Locale.X509v2CRLBuilder(X500Name issuer, Time thisUpdate) Basic constructor.X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, Locale dateLocale, X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Create a builder for a version 3 certificate.X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Create a builder for a version 3 certificate.X509v3CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter, X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Create a builder for a version 3 certificate. -
Uses of X500Name in org.bouncycastle.cert.bc
Constructors in org.bouncycastle.cert.bc with parameters of type X500NameModifierConstructorDescriptionBcX509v1CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, AsymmetricKeyParameter publicKey) Initialise the builder using an AsymmetricKeyParameter.BcX509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, AsymmetricKeyParameter publicKey) Initialise the builder using a PublicKey.BcX509v3CertificateBuilder(X509CertificateHolder issuerCert, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, AsymmetricKeyParameter publicKey) Initialise the builder using the subject from the passed in issuerCert as the issuer, as well as passing through and converting the other objects provided. -
Uses of X500Name in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp that return X500NameMethods in org.bouncycastle.cert.cmp with parameters of type X500Name -
Uses of X500Name in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf with parameters of type X500NameModifier and TypeMethodDescriptionCertificateRequestMessageBuilder.setAuthInfoSender(X500Name sender) CertificateRequestMessageBuilder.setSubject(X500Name subject) -
Uses of X500Name in org.bouncycastle.cert.crmf.jcajce
Constructors in org.bouncycastle.cert.crmf.jcajce with parameters of type X500Name -
Uses of X500Name in org.bouncycastle.cert.jcajce
Methods in org.bouncycastle.cert.jcajce that return X500NameModifier and TypeMethodDescriptionstatic X500NameJcaX500NameUtil.getIssuer(X509Certificate certificate) static X500NameJcaX500NameUtil.getIssuer(X500NameStyle style, X509Certificate certificate) static X500NameJcaX500NameUtil.getSubject(X509Certificate certificate) static X500NameJcaX500NameUtil.getSubject(X500NameStyle style, X509Certificate certificate) static X500NameJcaX500NameUtil.getX500Name(X500Principal principal) static X500NameJcaX500NameUtil.getX500Name(X500NameStyle style, X500Principal principal) Constructors in org.bouncycastle.cert.jcajce with parameters of type X500NameModifierConstructorDescriptionJcaX509v1CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, PublicKey publicKey) Initialise the builder using a PublicKey.JcaX509v3CertificateBuilder(X509Certificate issuerCert, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, PublicKey publicKey) Initialise the builder using the subject from the passed in issuerCert as the issuer, as well as passing through and converting the other objects provided.JcaX509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, PublicKey publicKey) Initialise the builder using a PublicKey.JcaX509v3CertificateBuilder(X500Name issuer, BigInteger serial, Date notBefore, Date notAfter, X500Name subject, SubjectPublicKeyInfo publicKey) Initialise the builder using a PublicKey.JcaX509v3CertificateBuilder(X500Name issuer, BigInteger serial, Time notBefore, Time notAfter, X500Name subject, PublicKey publicKey) Initialise the builder using a PublicKey. -
Uses of X500Name in org.bouncycastle.cert.ocsp
Methods in org.bouncycastle.cert.ocsp with parameters of type X500NameModifier and TypeMethodDescriptionOCSPReqBuilder.setRequestorName(X500Name requestorName) Set the requestor name to the passed in X500NameConstructors in org.bouncycastle.cert.ocsp with parameters of type X500Name -
Uses of X500Name in org.bouncycastle.cert.path.validations
Constructors in org.bouncycastle.cert.path.validations with parameters of type X500Name -
Uses of X500Name in org.bouncycastle.cert.selector
Methods in org.bouncycastle.cert.selector that return X500NameConstructors in org.bouncycastle.cert.selector with parameters of type X500NameModifierConstructorDescriptionX509CertificateHolderSelector(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.cert.selector.jcajce
Methods in org.bouncycastle.cert.selector.jcajce with parameters of type X500NameModifier and TypeMethodDescriptionprotected X509CertSelectorJcaX509CertSelectorConverter.doConversion(X500Name issuer, BigInteger serialNumber, byte[] subjectKeyIdentifier) -
Uses of X500Name in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return X500NameModifier and TypeMethodDescriptionKeyAgreeRecipientId.getIssuer()PKIXRecipientId.getIssuer()SignerId.getIssuer()Constructors in org.bouncycastle.cms with parameters of type X500NameModifierConstructorDescriptionKEMRecipientId(X500Name issuer, BigInteger serialNumber) Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated certificate.KEMRecipientId(X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId) Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated certificate.KeyAgreeRecipientId(X500Name issuer, BigInteger serialNumber) Construct a key agree recipient ID based on the issuer and serial number of the recipient's associated certificate.KeyAgreeRecipientId(X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId) KeyTransRecipientId(X500Name issuer, BigInteger serialNumber) Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated certificate.KeyTransRecipientId(X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId) Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated certificate.protectedPKIXRecipientId(int type, X500Name issuer, BigInteger serialNumber, byte[] subjectKeyId) 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.jcajce.interfaces
Methods in org.bouncycastle.jcajce.interfaces that return X500NameModifier and TypeMethodDescriptionBCX509Certificate.getIssuerX500Name()Return the certificate issuer as an X500Name.BCX509Certificate.getSubjectX500Name()Return the certificate subject as an X500Name. -
Uses of X500Name in org.bouncycastle.jce
Constructors in org.bouncycastle.jce with parameters of type X500NameModifierConstructorDescriptionX509Principal(X500Name name) Deprecated.Constructor from an X509Name object. -
Uses of X500Name in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type X500NameModifierConstructorDescriptionX509CRLEntryObject(TBSCertList.CRLEntry c, boolean isIndirect, X500Name previousCertificateIssuer) Constructor for CRLEntries of indirect CRLs. -
Uses of X500Name in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs that return X500NameModifier and TypeMethodDescriptionDeltaCertificateRequestAttributeValue.getSubject()PKCS10CertificationRequest.getSubject()Return the subject on this request.Methods in org.bouncycastle.pkcs with parameters of type X500NameModifier and TypeMethodDescriptionDeltaCertificateRequestAttributeValueBuilder.setSubject(X500Name subject) Constructors in org.bouncycastle.pkcs with parameters of type X500NameModifierConstructorDescriptionPKCS10CertificationRequestBuilder(X500Name subject, SubjectPublicKeyInfo publicKeyInfo) Basic constructor. -
Uses of X500Name in org.bouncycastle.pkcs.bc
Constructors in org.bouncycastle.pkcs.bc with parameters of type X500NameModifierConstructorDescriptionBcPKCS10CertificationRequestBuilder(X500Name subject, AsymmetricKeyParameter publicKey) Create a PKCS#10 builder for the passed in subject and JCA public key. -
Uses of X500Name in org.bouncycastle.pkcs.jcajce
Constructors in org.bouncycastle.pkcs.jcajce with parameters of type X500NameModifierConstructorDescriptionJcaPKCS10CertificationRequestBuilder(X500Name subject, PublicKey publicKey) Create a PKCS#10 builder for the passed in subject and JCA public key.