|
TPTP 4.3.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.hyades.execution.core.DaemonConnectException
org.eclipse.hyades.internal.execution.local.control.AgentControllerUnavailableException
org.eclipse.hyades.internal.execution.security.UntrustedAgentControllerException
org.eclipse.tptp.monitoring.log.provisional.cbeimport.UntrustedCertificateException
UntrustedCertificateException is an exception that occurs when connecting to a remote agent controller that requires a certificate.
| Field Summary | |
|---|---|
protected java.security.cert.X509Certificate |
certificate
|
protected java.lang.Exception |
e
|
protected java.security.KeyStore |
keyStore
|
| Constructor Summary | |
|---|---|
UntrustedCertificateException(java.lang.Exception e)
Constructor |
|
| Method Summary | |
|---|---|
java.security.cert.X509Certificate |
getCertificate()
Returns the certificate from the remote connection. |
java.security.KeyStore |
getKeyStore()
Returns the keystore that will be used to store the certificate |
void |
setCertificate(java.security.cert.X509Certificate certificate)
Sets the certificate from the remote connection. |
void |
setKeyStore(java.security.KeyStore keyStore)
Sets the keystore that will be used to store the certificate |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.security.KeyStore keyStore
protected java.security.cert.X509Certificate certificate
protected java.lang.Exception e
| Constructor Detail |
public UntrustedCertificateException(java.lang.Exception e)
e - | Method Detail |
public java.security.cert.X509Certificate getCertificate()
public void setCertificate(java.security.cert.X509Certificate certificate)
certificate - X509Certificate that represents the certificatepublic java.security.KeyStore getKeyStore()
public void setKeyStore(java.security.KeyStore keyStore)
keyStore - KeyStore that will contain the certificate
|
TPTP 4.3.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||