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