public class CertificateInfo extends Object implements Serializable
| Constructor and Description |
|---|
CertificateInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateKeystoreFile()
Gets the certificate keystore file.
|
String |
getCertificateKeystorePassword()
Gets the certificate keystore password.
|
String |
getCertificateKeystoreProvider()
Gets the certificate keystore provider.
|
String |
getCertificateKeystoreType()
Gets the certificate keystore type.
|
String |
getKeyAlias()
Gets the certificate key alias.
|
List<Cert> |
getKeyStoreCerts()
Gets the key store certs.
|
void |
setCertificateKeystoreFile(String keystoreFile)
Sets the certificate keystore file.
|
void |
setCertificateKeystorePassword(String keystorePass)
Sets the certificate keystore password.
|
void |
setCertificateKeystoreProvider(String keystoreProvider)
Sets the certificate keystore provider.
|
void |
setCertificateKeystoreType(String keystoreType)
Sets the certificate keystore type.
|
void |
setKeyAlias(String keyAlias)
Sets the certificate key alias.
|
void |
setKeyStoreCerts(List<Cert> keyStoreCerts)
Sets the key store certs.
|
public List<Cert> getKeyStoreCerts()
public void setKeyStoreCerts(List<Cert> keyStoreCerts)
keyStoreCerts - the new key store certspublic String getKeyAlias()
public void setKeyAlias(String keyAlias)
keyAlias - the new certificate key aliaspublic String getCertificateKeystoreFile()
public void setCertificateKeystoreFile(String keystoreFile)
keystoreFile - the new certificate keystore filepublic String getCertificateKeystorePassword()
public void setCertificateKeystorePassword(String keystorePass)
keystorePass - the new certificate keystore passwordpublic String getCertificateKeystoreProvider()
public void setCertificateKeystoreProvider(String keystoreProvider)
keystoreProvider - the new certificate keystore providerpublic String getCertificateKeystoreType()
public void setCertificateKeystoreType(String keystoreType)
keystoreType - the new certificate keystore typeCopyright © 2009–2020 psi-probe. All rights reserved.