g-Eclipse
Release 1.0.0

eu.geclipse.core.security
Class ICertificateLoader.CertificateID

java.lang.Object
  extended by eu.geclipse.core.security.ICertificateLoader.CertificateID
Enclosing interface:
ICertificateLoader

public static class ICertificateLoader.CertificateID
extends java.lang.Object

A helper class identifying a certificate.


Method Summary
 java.net.URI getDirectory()
          Get the repository where to find the corresponding certificate.
 java.lang.String getName()
          Get the filename of the certificate.
 java.net.URI getURI()
          Get the full URI of the certificate, i.e. the concatenation of the directory and the name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirectory

public java.net.URI getDirectory()
Get the repository where to find the corresponding certificate.

Returns:
The certificate's location.

getName

public java.lang.String getName()
Get the filename of the certificate.

Returns:
The certificate's name.

getURI

public java.net.URI getURI()
Get the full URI of the certificate, i.e. the concatenation of the directory and the name.

Returns:
The endpoint of the certificate.

g-Eclipse
Release 1.0.0