| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
ASN1Subject |
ASN1Subject.clone() |
ASN1Subject |
GeneralName.getDirectoryName() |
ASN1Subject |
ApiPassthrough.getSubject() |
ASN1Subject |
CertificateAuthorityConfiguration.getSubject()
Structure that contains X.500 distinguished name information for your private CA.
|
ASN1Subject |
ASN1Subject.withCommonName(String commonName)
For CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length
limit.
|
ASN1Subject |
ASN1Subject.withCountry(String country)
Two-digit code that specifies the country in which the certificate subject located.
|
ASN1Subject |
ASN1Subject.withCustomAttributes(Collection<CustomAttribute> customAttributes)
|
ASN1Subject |
ASN1Subject.withCustomAttributes(CustomAttribute... customAttributes)
|
ASN1Subject |
ASN1Subject.withDistinguishedNameQualifier(String distinguishedNameQualifier)
Disambiguating information for the certificate subject.
|
ASN1Subject |
ASN1Subject.withGenerationQualifier(String generationQualifier)
Typically a qualifier appended to the name of an individual.
|
ASN1Subject |
ASN1Subject.withGivenName(String givenName)
First name.
|
ASN1Subject |
ASN1Subject.withInitials(String initials)
Concatenation that typically contains the first letter of the GivenName, the first letter of the middle
name if one exists, and the first letter of the Surname.
|
ASN1Subject |
ASN1Subject.withLocality(String locality)
The locality (such as a city or town) in which the certificate subject is located.
|
ASN1Subject |
ASN1Subject.withOrganization(String organization)
Legal name of the organization with which the certificate subject is affiliated.
|
ASN1Subject |
ASN1Subject.withOrganizationalUnit(String organizationalUnit)
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is
affiliated.
|
ASN1Subject |
ASN1Subject.withPseudonym(String pseudonym)
Typically a shortened version of a longer GivenName.
|
ASN1Subject |
ASN1Subject.withSerialNumber(String serialNumber)
The certificate serial number.
|
ASN1Subject |
ASN1Subject.withState(String state)
State in which the subject of the certificate is located.
|
ASN1Subject |
ASN1Subject.withSurname(String surname)
Family name.
|
ASN1Subject |
ASN1Subject.withTitle(String title)
A title such as Mr.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralName.setDirectoryName(ASN1Subject directoryName) |
void |
ApiPassthrough.setSubject(ASN1Subject subject) |
void |
CertificateAuthorityConfiguration.setSubject(ASN1Subject subject)
Structure that contains X.500 distinguished name information for your private CA.
|
GeneralName |
GeneralName.withDirectoryName(ASN1Subject directoryName) |
ApiPassthrough |
ApiPassthrough.withSubject(ASN1Subject subject) |
CertificateAuthorityConfiguration |
CertificateAuthorityConfiguration.withSubject(ASN1Subject subject)
Structure that contains X.500 distinguished name information for your private CA.
|
Copyright © 2022. All rights reserved.