| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static ASN1Subject.Builder |
ASN1Subject.builder() |
ASN1Subject.Builder |
ASN1Subject.Builder.commonName(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.Builder |
ASN1Subject.Builder.country(String country)
Two-digit code that specifies the country in which the certificate subject located.
|
ASN1Subject.Builder |
ASN1Subject.Builder.customAttributes(Collection<CustomAttribute> customAttributes)
|
ASN1Subject.Builder |
ASN1Subject.Builder.customAttributes(Consumer<CustomAttribute.Builder>... customAttributes)
|
ASN1Subject.Builder |
ASN1Subject.Builder.customAttributes(CustomAttribute... customAttributes)
|
ASN1Subject.Builder |
ASN1Subject.Builder.distinguishedNameQualifier(String distinguishedNameQualifier)
Disambiguating information for the certificate subject.
|
ASN1Subject.Builder |
ASN1Subject.Builder.generationQualifier(String generationQualifier)
Typically a qualifier appended to the name of an individual.
|
ASN1Subject.Builder |
ASN1Subject.Builder.givenName(String givenName)
First name.
|
ASN1Subject.Builder |
ASN1Subject.Builder.initials(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.Builder |
ASN1Subject.Builder.locality(String locality)
The locality (such as a city or town) in which the certificate subject is located.
|
ASN1Subject.Builder |
ASN1Subject.Builder.organization(String organization)
Legal name of the organization with which the certificate subject is affiliated.
|
ASN1Subject.Builder |
ASN1Subject.Builder.organizationalUnit(String organizationalUnit)
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is
affiliated.
|
ASN1Subject.Builder |
ASN1Subject.Builder.pseudonym(String pseudonym)
Typically a shortened version of a longer GivenName.
|
ASN1Subject.Builder |
ASN1Subject.Builder.serialNumber(String serialNumber)
The certificate serial number.
|
ASN1Subject.Builder |
ASN1Subject.Builder.state(String state)
State in which the subject of the certificate is located.
|
ASN1Subject.Builder |
ASN1Subject.Builder.surname(String surname)
Family name.
|
ASN1Subject.Builder |
ASN1Subject.Builder.title(String title)
A title such as Mr.
|
ASN1Subject.Builder |
ASN1Subject.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ASN1Subject.Builder> |
ASN1Subject.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GeneralName.Builder |
GeneralName.Builder.directoryName(Consumer<ASN1Subject.Builder> directoryName)
Sets the value of the DirectoryName property for this object.
|
default CertificateAuthorityConfiguration.Builder |
CertificateAuthorityConfiguration.Builder.subject(Consumer<ASN1Subject.Builder> subject)
Structure that contains X.500 distinguished name information for your private CA.
|
default ApiPassthrough.Builder |
ApiPassthrough.Builder.subject(Consumer<ASN1Subject.Builder> subject)
Sets the value of the Subject property for this object.
|
Copyright © 2023. All rights reserved.