g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.security.ICertificateHandle

Packages that use ICertificateHandle
eu.geclipse.core.security   
 

Uses of ICertificateHandle in eu.geclipse.core.security
 

Methods in eu.geclipse.core.security that return ICertificateHandle
 ICertificateHandle ICertificateManager.addCertificate(java.security.cert.X509Certificate c, ICertificateManager.CertTrust trust)
          Add the specified certificate with the specified trust mode to this manager.
 ICertificateHandle[] ICertificateManager.addCertificates(java.security.cert.X509Certificate[] list, ICertificateManager.CertTrust trust)
          Add the specified certificates with the specified trust mode to this manager.
 

Methods in eu.geclipse.core.security that return types with arguments of type ICertificateHandle
 java.util.List<ICertificateHandle> ICertificateManager.getAllCertificates()
          Get all currently managed certificates.
 java.util.List<ICertificateHandle> ICertificateManager.getTrustedCertificates()
          Get all currently trusted certificates.
 java.util.List<ICertificateHandle> ICertificateManager.getUntrustedCertificates()
          Get all currently not trusted certificates.
 

Methods in eu.geclipse.core.security with parameters of type ICertificateHandle
 void ICertificateManager.removeCertificate(ICertificateHandle c)
          Remove the specified certificate from this manager.
 void ICertificateManager.removeCertificates(ICertificateHandle[] list)
          Remove the specified certificates from this manager.
 


g-Eclipse
Release 1.0.0