public class TrustedCertificatesDiagnosticDataRepresentation extends AbstractExtensibleRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation |
Constructor and Description |
---|
TrustedCertificatesDiagnosticDataRepresentation() |
TrustedCertificatesDiagnosticDataRepresentation(List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> trustStore,
List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> keyStore,
Map<String,String> fingerprintTenantMapping) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getFingerprintTenantMapping() |
List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> |
getKeyStore() |
List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> |
getTrustStore() |
void |
setFingerprintTenantMapping(Map<String,String> fingerprintTenantMapping) |
void |
setKeyStore(List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> keyStore) |
void |
setTrustStore(List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> trustStore) |
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON, toString
public TrustedCertificatesDiagnosticDataRepresentation(List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> trustStore, List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> keyStore, Map<String,String> fingerprintTenantMapping)
public TrustedCertificatesDiagnosticDataRepresentation()
public List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> getTrustStore()
public List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> getKeyStore()
public void setTrustStore(List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> trustStore)
public void setKeyStore(List<TrustedCertificatesDiagnosticDataRepresentation.X509CertificateRepresentation> keyStore)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.