Modifier and Type | Method and Description |
---|---|
X500Name |
IssuerAndSerialNumber.getName() |
Constructor and Description |
---|
IssuerAndSerialNumber(X500Name name,
BigInteger serialNumber) |
Modifier and Type | Method and Description |
---|---|
X500Name |
CertTemplate.getIssuer() |
X500Name |
CertTemplate.getSubject() |
Modifier and Type | Method and Description |
---|---|
CertTemplateBuilder |
CertTemplateBuilder.setIssuer(X500Name name) |
CertTemplateBuilder |
CertTemplateBuilder.setSubject(X500Name name) |
Modifier and Type | Method and Description |
---|---|
X500Name |
CrlIdentifier.getCrlIssuer() |
Constructor and Description |
---|
CrlIdentifier(X500Name crlIssuer,
DERUTCTime crlIssuedTime) |
CrlIdentifier(X500Name crlIssuer,
DERUTCTime crlIssuedTime,
BigInteger crlNumber) |
Modifier and Type | Method and Description |
---|---|
X500Name |
ResponderID.getName() |
Constructor and Description |
---|
ResponderID(X500Name value) |
Constructor and Description |
---|
CertificationRequestInfo(X500Name subject,
SubjectPublicKeyInfo pkInfo,
ASN1Set attributes) |
Modifier and Type | Method and Description |
---|---|
X500Name |
X500NameBuilder.build() |
static X500Name |
X500Name.getInstance(ASN1TaggedObject obj,
boolean explicit)
Return a X509Name based on the passed in tagged object.
|
static X500Name |
X500Name.getInstance(Object obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
X500NameStyle.areEqual(X500Name name1,
X500Name name2) |
int |
X500NameStyle.calculateHashCode(X500Name name) |
String |
X500NameStyle.toString(X500Name name) |
Constructor and Description |
---|
X500Name(X500NameStyle style,
X500Name name) |
Modifier and Type | Method and Description |
---|---|
boolean |
RFC4519Style.areEqual(X500Name name1,
X500Name name2) |
boolean |
BCStyle.areEqual(X500Name name1,
X500Name name2) |
boolean |
BCStrictStyle.areEqual(X500Name name1,
X500Name name2) |
int |
RFC4519Style.calculateHashCode(X500Name name) |
int |
BCStyle.calculateHashCode(X500Name name) |
String |
RFC4519Style.toString(X500Name name) |
String |
BCStyle.toString(X500Name name) |
Modifier and Type | Method and Description |
---|---|
void |
V3TBSCertificateGenerator.setIssuer(X500Name issuer) |
void |
V2TBSCertListGenerator.setIssuer(X500Name issuer) |
void |
V1TBSCertificateGenerator.setIssuer(X500Name issuer) |
void |
V3TBSCertificateGenerator.setSubject(X500Name subject) |
void |
V1TBSCertificateGenerator.setSubject(X500Name subject) |
Constructor and Description |
---|
GeneralName(X500Name dirName) |
Modifier and Type | Method and Description |
---|---|
X500Name[] |
AttributeCertificateHolder.getEntityNames()
Return any principal objects inside the attribute certificate holder
entity names field.
|
X500Name |
X509CRLHolder.getIssuer()
Return the issuer of this holder's CRL.
|
X500Name |
X509CertificateHolder.getIssuer()
Return the issuer of this certificate.
|
X500Name[] |
AttributeCertificateHolder.getIssuer()
Return the principals associated with the issuer attached to this holder
|
X500Name[] |
AttributeCertificateIssuer.getNames() |
X500Name |
X509CertificateHolder.getSubject()
Return the subject this certificate is for.
|
Constructor and Description |
---|
AttributeCertificateHolder(X500Name principal) |
AttributeCertificateHolder(X500Name issuerName,
BigInteger serialNumber) |
AttributeCertificateIssuer(X500Name principal) |
X509v1CertificateBuilder(X500Name issuer,
BigInteger serial,
Date notBefore,
Date notAfter,
X500Name subject,
SubjectPublicKeyInfo publicKeyInfo)
Create a builder for a version 1 certificate.
|
X509v2CRLBuilder(X500Name issuer,
Date thisUpdate)
Basic constructor.
|
X509v3CertificateBuilder(X500Name issuer,
BigInteger serial,
Date notBefore,
Date notAfter,
X500Name subject,
SubjectPublicKeyInfo publicKeyInfo)
Create a builder for a version 3 certificate.
|
Modifier and Type | Method and Description |
---|---|
X500Name |
RevocationDetails.getIssuer() |
X500Name |
RevocationDetails.getSubject() |
Modifier and Type | Method and Description |
---|---|
RevocationDetailsBuilder |
RevocationDetailsBuilder.setIssuer(X500Name issuer) |
RevocationDetailsBuilder |
RevocationDetailsBuilder.setSubject(X500Name subject) |
Modifier and Type | Method and Description |
---|---|
CertificateRequestMessageBuilder |
CertificateRequestMessageBuilder.setAuthInfoSender(X500Name sender) |
CertificateRequestMessageBuilder |
CertificateRequestMessageBuilder.setIssuer(X500Name issuer) |
CertificateRequestMessageBuilder |
CertificateRequestMessageBuilder.setSubject(X500Name subject) |
Constructor and Description |
---|
JcaPKIArchiveControlBuilder(PrivateKey privateKey,
X500Name name) |
Constructor and Description |
---|
JcaX509v1CertificateBuilder(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,
PublicKey publicKey)
Initialise the builder using a PublicKey.
|
Modifier and Type | Method and Description |
---|---|
OCSPReqBuilder |
OCSPReqBuilder.setRequestorName(X500Name requestorName)
Set the requestor name to the passed in X500Principal
|
Constructor and Description |
---|
RespID(X500Name name) |
Constructor and Description |
---|
KeyAgreeRecipientId(X500Name issuer,
BigInteger serialNumber)
Construct a key agree recipient ID based on the issuer and serial number of the recipient's associated
certificate.
|
KeyTransRecipientId(X500Name issuer,
BigInteger serialNumber)
Construct a key trans recipient ID based on the issuer and serial number of the recipient's associated
certificate.
|
SignerId(X500Name issuer,
BigInteger serialNumber)
Construct a signer ID based on the issuer and serial number of the signer's associated
certificate.
|
Modifier and Type | Method and Description |
---|---|
X500Name |
PKCS10CertificationRequestHolder.getSubject()
Return the subject on this request.
|
Constructor and Description |
---|
PKCS10CertificationRequestBuilder(X500Name subject,
SubjectPublicKeyInfo publicKeyInfo)
Basic constructor.
|
Constructor and Description |
---|
JcaPKCS10CertificationRequestBuilder(X500Name subject,
PublicKey publicKey)
Create a PKCS#10 builder for the passed in subject and JCA public key.
|
Copyright © 2015. All rights reserved.