Uses of Interface
org.glite.security.util.DN

Packages that use DN
org.glite.security.util   
 

Uses of DN in org.glite.security.util
 

Classes in org.glite.security.util that implement DN
 class DNImpl
          DOCUMENT ME!
 

Methods in org.glite.security.util that return DN
static DN DNHandler.getDN(java.security.Principal principal)
          Generates a DN object form the Principal object.
static DN DNHandler.getDN(java.lang.String inputDN)
          Generates a DN object form a String.
 DN NamespaceRule.getIssuer()
          Returns the issuer DN of the rule.
static DN DNHandler.getIssuer(java.security.cert.X509Certificate cert)
          Picks up the issuer from the certificate as a DN class without any transformations etc.
static DN DNHandler.getSubject(java.security.cert.X509Certificate cert)
          Picks up the subject from the certificate as a DN class without any transformations etc.
 DN DNImpl.withoutLastCN(boolean checkProxy)
          Returns the DN without the last CN.
 DN DN.withoutLastCN(boolean checkProxy)
          Used to get a DN instance of the DN without the last CN.
 

Methods in org.glite.security.util with parameters of type DN
 void X500Principal.setName(DN dN)