| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
GeneralName |
GeneralName.clone() |
GeneralName |
AccessDescription.getAccessLocation()
The location of
AccessDescription information. |
GeneralName |
GeneralName.withDirectoryName(ASN1Subject directoryName) |
GeneralName |
GeneralName.withDnsName(String dnsName)
Represents
GeneralName as a DNS name. |
GeneralName |
GeneralName.withEdiPartyName(EdiPartyName ediPartyName)
Represents
GeneralName as an EdiPartyName object. |
GeneralName |
GeneralName.withIpAddress(String ipAddress)
Represents
GeneralName as an IPv4 or IPv6 address. |
GeneralName |
GeneralName.withOtherName(OtherName otherName)
Represents
GeneralName using an OtherName object. |
GeneralName |
GeneralName.withRegisteredId(String registeredId)
Represents
GeneralName as an object identifier (OID). |
GeneralName |
GeneralName.withRfc822Name(String rfc822Name)
Represents
GeneralName as an RFC 822 email address. |
GeneralName |
GeneralName.withUniformResourceIdentifier(String uniformResourceIdentifier)
Represents
GeneralName as a URI. |
| Modifier and Type | Method and Description |
|---|---|
List<GeneralName> |
Extensions.getSubjectAlternativeNames()
The subject alternative name extension allows identities to be bound to the subject of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessDescription.setAccessLocation(GeneralName accessLocation)
The location of
AccessDescription information. |
AccessDescription |
AccessDescription.withAccessLocation(GeneralName accessLocation)
The location of
AccessDescription information. |
Extensions |
Extensions.withSubjectAlternativeNames(GeneralName... subjectAlternativeNames)
The subject alternative name extension allows identities to be bound to the subject of the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Extensions.setSubjectAlternativeNames(Collection<GeneralName> subjectAlternativeNames)
The subject alternative name extension allows identities to be bound to the subject of the certificate.
|
Extensions |
Extensions.withSubjectAlternativeNames(Collection<GeneralName> subjectAlternativeNames)
The subject alternative name extension allows identities to be bound to the subject of the certificate.
|
Copyright © 2021. All rights reserved.