g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.core.security.ICertificateManager.CertTrust

Packages that use ICertificateManager.CertTrust
eu.geclipse.core.security   
 

Uses of ICertificateManager.CertTrust in eu.geclipse.core.security
 

Methods in eu.geclipse.core.security that return ICertificateManager.CertTrust
 ICertificateManager.CertTrust ICertificateHandle.getTrust()
          Get the trust level of this certificate.
static ICertificateManager.CertTrust ICertificateManager.CertTrust.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ICertificateManager.CertTrust[] ICertificateManager.CertTrust.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eu.geclipse.core.security with parameters of type ICertificateManager.CertTrust
 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.
 


g-Eclipse
Release 1.0.0