public class CertificateSummary extends Object
| Constructor and Description |
|---|
CertificateSummary(String id,
String name)
Create a
CertificateSummary from the provided parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Get the CredHub-generated ID of the certificate credential.
|
String |
getName()
Get the client-provided name of the certificate credential.
|
int |
hashCode() |
String |
toString() |
public CertificateSummary(String id, String name)
CertificateSummary from the provided parameters. Intended for
internal use. Clients will get CertificateSummary objects populated from
CredHub responses.id - the ID of the certificate credentialname - the name of the certificate credential