public class TlsArtifacts extends Object
Constructor | Description |
---|---|
TlsArtifacts(PrivateKey privateKey,
List<Certificate> certificateChain) |
|
TlsArtifacts(PrivateKey privateKey,
List<Certificate> certificateChain,
List<Certificate> trustedCertificates) |
Modifier and Type | Method | Description |
---|---|---|
List<Certificate> |
getCertificateChain() |
Gets the certificate chain for private key in the TlsArtifacts object.
|
List<Certificate> |
getTrustedCertificates() |
Gets the trusted CA certificates in the TlsArtifacts object.
|
PrivateKey |
privateKey() |
Gets the private key in the TlsArtifacts object.
|
public TlsArtifacts(PrivateKey privateKey, List<Certificate> certificateChain)
public TlsArtifacts(PrivateKey privateKey, List<Certificate> certificateChain, List<Certificate> trustedCertificates)
public PrivateKey privateKey()
public List<Certificate> getTrustedCertificates()
public List<Certificate> getCertificateChain()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.