Class CertificateSummaryData
java.lang.Object
org.springframework.credhub.support.certificate.CertificateSummaryData
A collection of
CertificateSummary
s. Clients don't typically instantiate
objects of this type, but will receive them in response to requests.- Author:
- Scott Frederick
-
Constructor Summary
ConstructorDescriptionCertificateSummaryData
(CertificateSummary... certificates) Create aCertificateSummaryData
from the provided parameters. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the collection ofCertificateSummary
s.int
hashCode()
toString()
-
Constructor Details
-
CertificateSummaryData
Create aCertificateSummaryData
from the provided parameters. Intended for internal use. Clients will getCertificateSummaryData
objects populated from CredHub responses.- Parameters:
certificates
- a collection ofCertificateSummary
s
-
-
Method Details
-
getCertificates
Get the collection ofCertificateSummary
s.- Returns:
- the collection of
CertificateSummary
s
-
equals
-
hashCode
public int hashCode() -
toString
-