public interface ITLSConfig
Modifier and Type | Method and Description |
---|---|
String |
getCACertificate()
Retrieves the certification authority certificate contents.
|
String |
getCertificate()
Retrieves the certificate contents.
|
String |
getDestinationCertificate()
DestinationCACertificate provides the contents of the CA certificate of
the final destination.
|
String |
getKey()
Retrieves the key file contents.
|
String |
getTerminationType()
Returns the termination type.
|
void |
setCACertificate(String caCertificate)
Sets the certification authority certificate contents.
|
void |
setCertificate(String certificate)
Sets the certificate contents.
|
void |
setDestinationCertificate(String destinationCertificate)
DestinationCACertificate provides the contents of the CA certificate of
the final destination.
|
void |
setKey(String key)
Sets the key file contents.
|
void |
setTerminationType(String type)
Sets the termination type to this config.
|
String getTerminationType()
void setTerminationType(String type)
type
- termination typeString getCertificate()
void setCertificate(String certificate)
certificate
- certificate contentsString getKey()
void setKey(String key)
key
- key file contentsString getCACertificate()
void setCACertificate(String caCertificate)
caCertificate
- CA certificate contentsString getDestinationCertificate()
void setDestinationCertificate(String destinationCertificate)
destinationCertificate
- contents of CA certificate of the final destinationCopyright © 2016 Red Hat, Inc. All rights reserved.