Uses of Class
javax.security.auth.x500.X500Principal
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.apache.harmony.security.pkcs7 | |
| org.apache.harmony.security.provider.cert | |
| org.apache.harmony.security.x501 | |
| org.apache.harmony.security.x509 | |
| org.bouncycastle.jce | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.conscrypt |
-
Uses of X500Principal in java.security.cert
Methods in java.security.cert that return X500Principal Modifier and Type Method Description X500PrincipalTrustAnchor. getCA()Returns the name of the certificate authority asX500Principal.X500PrincipalX509CRLEntry. getCertificateIssuer()Returns the issuer of the revoked certificate.X500PrincipalX509CertSelector. getIssuer()Returns the issuer that a certificate must match.X500PrincipalX509Certificate. getIssuerX500Principal()Returns theissuer(issuer distinguished name) as anX500Principal.X500PrincipalX509CRL. getIssuerX500Principal()Returns the issuer distinguished name of this CRL.X500PrincipalX509CertSelector. getSubject()Returns the subject that a certificate must match.X500PrincipalX509Certificate. getSubjectX500Principal()Returns thesubject(subject distinguished name) as anX500Principal.Methods in java.security.cert that return types with arguments of type X500Principal Modifier and Type Method Description Collection<X500Principal>X509CRLSelector. getIssuers()Returns the criterion for the issuer distinguished names.Methods in java.security.cert with parameters of type X500Principal Modifier and Type Method Description voidX509CRLSelector. addIssuer(X500Principal issuer)Adds an issuer to the criterion for the issuer distinguished names.voidX509CertSelector. setIssuer(X500Principal issuer)Sets the issuer that a certificate must match.voidX509CertSelector. setSubject(X500Principal subject)Set the subject that a certificate must match.Method parameters in java.security.cert with type arguments of type X500Principal Modifier and Type Method Description voidX509CRLSelector. setIssuers(Collection<X500Principal> issuers)Sets the criterion for the issuer distinguished names.Constructors in java.security.cert with parameters of type X500Principal Constructor Description TrustAnchor(X500Principal caPrincipal, PublicKey caPublicKey, byte[] nameConstraints)Creates a newTrustAnchorwith the specified certificate authority name as principal, its public key and the specified name constraints. -
Uses of X500Principal in javax.net.ssl
Constructors in javax.net.ssl with parameters of type X500Principal Constructor Description DistinguishedNameParser(X500Principal principal) -
Uses of X500Principal in org.apache.harmony.security.pkcs7
Methods in org.apache.harmony.security.pkcs7 that return X500Principal Modifier and Type Method Description X500PrincipalSignerInfo. getIssuer() -
Uses of X500Principal in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that return X500Principal Modifier and Type Method Description X500PrincipalX509CRLEntryImpl. getCertificateIssuer()X500PrincipalX509CertImpl. getIssuerX500Principal()X500PrincipalX509CRLImpl. getIssuerX500Principal()X500PrincipalX509CertImpl. getSubjectX500Principal()Constructors in org.apache.harmony.security.provider.cert with parameters of type X500Principal Constructor Description X509CRLEntryImpl(TBSCertList.RevokedCertificate rcert, X500Principal issuer)Creates an instance on the base of existingTBSCertList.RevokedCertificateobject and information about the issuer of revoked certificate. -
Uses of X500Principal in org.apache.harmony.security.x501
Methods in org.apache.harmony.security.x501 that return X500Principal Modifier and Type Method Description X500PrincipalName. getX500Principal()ReturnsX500Principalinstance corresponding to thisNameinstance -
Uses of X500Principal in org.apache.harmony.security.x509
Methods in org.apache.harmony.security.x509 that return X500Principal Modifier and Type Method Description X500PrincipalCertificateIssuer. getIssuer()X500PrincipalTBSCertList.RevokedCertificate. getIssuer()Returns the value of Certificate Issuer Extension, if it is presented.X500PrincipalExtensions. valueOfCertificateIssuerExtension()Returns the value of Certificate Issuer Extension (OID = 2.5.29.29). -
Uses of X500Principal in org.bouncycastle.jce
Constructors in org.bouncycastle.jce with parameters of type X500Principal Constructor Description PKCS10CertificationRequest(String signatureAlgorithm, X500Principal subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey)Deprecated.create a PKCS10 certfication request using the BC provider.PKCS10CertificationRequest(String signatureAlgorithm, X500Principal subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider)Deprecated.create a PKCS10 certfication request using the named provider. -
Uses of X500Principal in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return X500Principal Modifier and Type Method Description X500PrincipalX509CRLEntryObject. getCertificateIssuer()protected static X500PrincipalCertPathValidatorUtilities. getEncodedIssuerPrincipal(Object cert)Returns the issuer of an attribute certificate or certificate.protected static X500PrincipalCertPathValidatorUtilities. getIssuerPrincipal(X509CRL crl)X500PrincipalX509CertificateObject. getIssuerX500Principal()X500PrincipalX509CRLObject. getIssuerX500Principal()protected static X500PrincipalCertPathValidatorUtilities. getSubjectPrincipal(X509Certificate cert)X500PrincipalX509CertificateObject. getSubjectX500Principal()Methods in org.bouncycastle.jce.provider with parameters of type X500Principal Modifier and Type Method Description protected static voidRFC3280CertPathUtilities. processCertA(CertPath certPath, ExtendedPKIXParameters paramsPKIX, int index, PublicKey workingPublicKey, boolean verificationAlreadyPerformed, X500Principal workingIssuerName, X509Certificate sign) -
Uses of X500Principal in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type X500Principal Modifier and Type Method Description voidX509V1CertificateGenerator. setIssuerDN(X500Principal issuer)Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.voidX509V3CertificateGenerator. setIssuerDN(X500Principal issuer)Deprecated.Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.voidX509V1CertificateGenerator. setSubjectDN(X500Principal subject)Deprecated.Set the subject distinguished name.voidX509V3CertificateGenerator. setSubjectDN(X500Principal subject)Deprecated.Set the subject distinguished name.Constructors in org.bouncycastle.x509 with parameters of type X500Principal Constructor Description AttributeCertificateHolder(X500Principal principal)Deprecated.AttributeCertificateHolder(X500Principal issuerName, BigInteger serialNumber)Deprecated.AttributeCertificateIssuer(X500Principal principal)Deprecated. -
Uses of X500Principal in org.conscrypt
Methods in org.conscrypt that return X500Principal Modifier and Type Method Description X500PrincipalOpenSSLX509Certificate. getIssuerX500Principal()X500PrincipalOpenSSLX509CRL. getIssuerX500Principal()X500PrincipalOpenSSLX509Certificate. getSubjectX500Principal()Methods in org.conscrypt with parameters of type X500Principal Modifier and Type Method Description static intNativeCrypto. X509_NAME_hash(X500Principal principal)static intNativeCrypto. X509_NAME_hash_old(X500Principal principal)