TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.security.internal.util
Class UntrustedCertificateAgentControllerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.security.internal.util.UntrustedCertificateAgentControllerException
All Implemented Interfaces:
java.io.Serializable

public class UntrustedCertificateAgentControllerException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.security.cert.X509Certificate certificate
           
protected  java.lang.Exception e
           
protected  java.security.KeyStore keyStore
           
 
Constructor Summary
UntrustedCertificateAgentControllerException(java.lang.Exception e)
           
 
Method Summary
 java.security.cert.X509Certificate getCertificate()
           
 java.security.KeyStore getKeyStore()
           
 void setCertificate(java.security.cert.X509Certificate certificate)
           
 void setKeyStore(java.security.KeyStore keyStore)
           
 
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

keyStore

protected java.security.KeyStore keyStore

certificate

protected java.security.cert.X509Certificate certificate

e

protected java.lang.Exception e
Constructor Detail

UntrustedCertificateAgentControllerException

public UntrustedCertificateAgentControllerException(java.lang.Exception e)
Method Detail

getCertificate

public java.security.cert.X509Certificate getCertificate()

setCertificate

public void setCertificate(java.security.cert.X509Certificate certificate)

getKeyStore

public java.security.KeyStore getKeyStore()

setKeyStore

public void setKeyStore(java.security.KeyStore keyStore)

TPTP 4.5.0 Platform Project
Internal API Specification