public class CertificatePathGeneric extends Object implements CertificatePath
CertificatePath.| Modifier and Type | Field and Description |
|---|---|
private List<Certificate> |
certificates |
| Constructor and Description |
|---|
CertificatePathGeneric(Certificate... certificates)
The constructor.
|
CertificatePathGeneric(Collection<Certificate> certificates)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
getCertificates() |
private final List<Certificate> certificates
public CertificatePathGeneric(Collection<Certificate> certificates)
certificates - the certificates.public CertificatePathGeneric(Certificate... certificates)
certificates - the certificates.public List<Certificate> getCertificates()
getCertificates in interface CertificatePathimmutable List of Certificates.Copyright © 2001–2019 mmm-Team. All rights reserved.