| Package | Description |
|---|---|
| sun.security.pkcs.android | |
| sun.security.x509 |
| Modifier and Type | Method and Description |
|---|---|
X500Name |
SignerInfo.getIssuerName() |
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.X509Certificate |
PKCS7.getCertificate(java.math.BigInteger serial,
X500Name issuerName)
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.
|
| Constructor and Description |
|---|
SignerInfo(X500Name issuerName,
java.math.BigInteger serial,
AlgorithmId digestAlgorithmId,
AlgorithmId digestEncryptionAlgorithmId,
byte[] encryptedDigest) |
SignerInfo(X500Name issuerName,
java.math.BigInteger serial,
AlgorithmId digestAlgorithmId,
PKCS9Attributes authenticatedAttributes,
AlgorithmId digestEncryptionAlgorithmId,
byte[] encryptedDigest,
PKCS9Attributes unauthenticatedAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static X500Name |
X500Name.asX500Name(javax.security.auth.x500.X500Principal p)
Get the X500Name contained in the given X500Principal.
|
X500Name |
X500Name.commonAncestor(X500Name other)
Return lowest common ancestor of this name and other name
|
X500Name |
X509Cert.getIssuerName()
Deprecated.
Returns the certificate issuer's X.500 distinguished name.
|
X500Name |
X500Signer.getSigner()
Returns the name of the signing agent.
|
X500Name |
X509Cert.getSubjectName()
Deprecated.
Returns the subject's X.500 distinguished name.
|
| Modifier and Type | Method and Description |
|---|---|
X500Name |
X500Name.commonAncestor(X500Name other)
Return lowest common ancestor of this name and other name
|
X509Cert |
CertAndKeyGen.getSelfCert(X500Name myname,
long validity)
|
java.security.cert.X509Certificate |
CertAndKeyGen.getSelfCertificate(X500Name myname,
java.util.Date firstDate,
long validity)
Returns a self-signed X.509v3 certificate for the public key.
|
java.security.cert.X509Certificate |
CertAndKeyGen.getSelfCertificate(X500Name myname,
long validity) |
boolean |
NameConstraintsExtension.verifyRFC822SpecialCase(X500Name subject)
Perform the RFC 822 special case check.
|
| Constructor and Description |
|---|
CertificateIssuerName(X500Name name)
Default constructor for the certificate attribute.
|
CertificateSubjectName(X500Name name)
Default constructor for the certificate attribute.
|
X500Signer(java.security.Signature sig,
X500Name agent) |
X509Cert(X500Name subjectName,
X509Key subjectPublicKey,
java.util.Date notBefore,
java.util.Date notAfter)
Deprecated.
Partially constructs a certificate from descriptive parameters.
|
X509CRLImpl(X500Name issuer,
java.util.Date thisDate,
java.util.Date nextDate)
Initial CRL constructor, no revoked certs, and no extensions.
|
X509CRLImpl(X500Name issuer,
java.util.Date thisDate,
java.util.Date nextDate,
java.security.cert.X509CRLEntry[] badCerts)
CRL constructor, revoked certs, no extensions.
|
X509CRLImpl(X500Name issuer,
java.util.Date thisDate,
java.util.Date nextDate,
java.security.cert.X509CRLEntry[] badCerts,
CRLExtensions crlExts)
CRL constructor, revoked certs and extensions.
|
Copyright © 2020. All Rights Reserved.