public class SslContentSource extends BaseDomainHelper
| Constructor and Description |
|---|
SslContentSource()
Constructor
|
SslContentSource(SslContentSource ssl)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
SslCryptoKey |
getCaCert() |
SslCryptoKey |
getClientCert() |
SslCryptoKey |
getClientKey() |
int |
hashCode() |
void |
setCaCert(SslCryptoKey caCertIn) |
void |
setClientCert(SslCryptoKey clientCertIn) |
void |
setClientKey(SslCryptoKey clientKeyIn) |
getCreated, getModified, setCreated, setModified, toStringpublic SslContentSource()
public SslContentSource(SslContentSource ssl)
ssl - ssl content source templatepublic SslCryptoKey getCaCert()
public void setCaCert(SslCryptoKey caCertIn)
caCertIn - The caCert to set.public SslCryptoKey getClientCert()
public void setClientCert(SslCryptoKey clientCertIn)
clientCertIn - The clientCert to set.public SslCryptoKey getClientKey()
public void setClientKey(SslCryptoKey clientKeyIn)
clientKeyIn - The clientKey to set.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object