Uses of Class
org.mozilla.jss.netscape.security.x509.X500Name
Packages that use X500Name
-
Uses of X500Name in org.mozilla.jss.netscape.security.pkcs
Fields in org.mozilla.jss.netscape.security.pkcs declared as X500NameModifier and TypeFieldDescription(package private) X500Name
SignerInfo.issuerName
private X500Name
PKCS10.subject
Methods in org.mozilla.jss.netscape.security.pkcs that return X500NameModifier and TypeMethodDescriptionSignerInfo.getIssuerName()
PKCS10.getSubjectName()
Returns the subject's name.Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type X500NameModifier and TypeMethodDescriptionPKCS7.getCertificate
(BigInt serial, X500Name name) Returns the X.509 certificate listed in this PKCS7 block which has a matching serial number and Issuer name, or null if one is not found.Constructors in org.mozilla.jss.netscape.security.pkcs with parameters of type X500NameModifierConstructorDescriptionSignerInfo
(X500Name issuerName, BigInt serial, AlgorithmId digestAlgorithmId, PKCS9Attributes authenticatedAttributes, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest, PKCS9Attributes unauthenticatedAttributes) SignerInfo
(X500Name issuerName, BigInt serial, AlgorithmId digestAlgorithmId, AlgorithmId digestEncryptionAlgorithmId, byte[] encryptedDigest) -
Uses of X500Name in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as X500NameModifier and TypeFieldDescriptionprivate X500Name
X500Signer.agent
private X500Name
CertificateIssuerName.dnName
private X500Name
CertificateSubjectName.dnName
private X500Name
X509CRLImpl.issuer
Methods in org.mozilla.jss.netscape.security.x509 that return X500NameModifier and TypeMethodDescriptionX509CertImpl.getIssuerName()
X500Signer.getSigner()
Returns the name of the signing agent.X509CertImpl.getSubjectName()
CertificateSubjectName.getX500Name()
Get underlying X500Name value.abstract X500Name
Converts a Ldap DN string to a X500Name object.abstract X500Name
Like parseDN with a specified DER encoding order for Directory Strings.LdapV3DNStrConverter.parseDN
(PushbackReader in) Parses a Ldap DN string in a string reader to a X500Name.LdapV3DNStrConverter.parseDN
(PushbackReader in, byte[] encodingOrder) Like parseDN(PushbackReader in) with a DER encoding order given as argument for Directory Strings.Parse a Ldap v3 DN string to a X500Name.Like parseDN(String) with a DER encoding order given as argument for Directory Strings.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type X500NameModifier and TypeMethodDescriptionabstract String
Converts a X500Name object to a Ldap dn string.Converts a X500Name object to a Ldap v3 DN string (except in unicode).CertAndKeyGen.getCertRequest
(X500Name myname) Returns a PKCS #10 certificate request.CertAndKeyGen.getSelfCertificate
(X500Name myname, long validity) Returns a self-signed X.509v3 certificate for the public key.private X500Signer
Constructors in org.mozilla.jss.netscape.security.x509 with parameters of type X500NameModifierConstructorDescriptionDefault constructor for the certificate attribute.Default constructor for the certificate attribute.X500Signer
(Signature sig, X500Name agent) X509CRLImpl
(X500Name issuer, Date thisDate, Date nextDate) Initial CRL constructor, no revoked certs, and no extensions.X509CRLImpl
(X500Name issuer, Date thisDate, Date nextDate, RevokedCertificate[] badCerts) CRL constructor, revoked certs, no extensions.X509CRLImpl
(X500Name issuer, Date thisDate, Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.X509CRLImpl
(X500Name issuer, AlgorithmId algId, Date thisDate, Date nextDate, Hashtable<BigInteger, RevokedCertificate> badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.X509CRLImpl
(X500Name issuer, AlgorithmId algId, Date thisDate, Date nextDate, RevokedCertificate[] badCerts, CRLExtensions crlExts) CRL constructor, revoked certs and extensions.