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

Packages that use DN
org.glite.security.util   
org.glite.security.util.namespace   
org.glite.security.util.proxy   
 

Uses of DN in org.glite.security.util
 

Classes in org.glite.security.util that implement DN
 class DNImpl
          DNImpl.java
 

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.
static DN DNHandler.getDN(org.bouncycastle.asn1.x509.X509Name x509Name)
          Generates a DN object form the X509Name object.
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)
          DOCUMENT ME!
 

Uses of DN in org.glite.security.util.namespace
 

Methods in org.glite.security.util.namespace with parameters of type DN
 java.util.List<NamespacePolicy> DNChecker.check(DN subjectDN, DN issuerDN, java.util.List<NamespacePolicy> prevPolicies)
          Checks the specified subjectDN and issuerDN against previous policies.
 java.util.List<NamespacePolicy> DNCheckerImpl.check(DN subjectDN, DN issuerDN, java.util.List<NamespacePolicy> prevPolicies)
          Checks the specified subjectDN and issuerDN against previous policies.
 

Uses of DN in org.glite.security.util.proxy
 

Methods in org.glite.security.util.proxy with parameters of type DN
static void ProxyCertUtil.checkProxyDN(DN parent, DN proxy)
          Check whether the proxy DN is valid compared to the issuer DN, meaning that the DN or the proxy starts with the DN of the parent