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