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

Packages that use DN
org.glite.security The main Util-java information classes. 
org.glite.security.trustmanager The main trustmanager package that holds the man classes or trustmanager. 
org.glite.security.util The Util-Java utility classes. 
org.glite.security.util.namespace   
org.glite.security.util.proxy   
 

Uses of DN in org.glite.security
 

Methods in org.glite.security that return DN
 DN SecurityContext.getClientDN()
           
 DN SecurityContext.getIssuerDN()
           
 

Methods in org.glite.security with parameters of type DN
 void SecurityContext.setClientDN(DN clientDN)
           
 void SecurityContext.setIssuerDN(DN issuerDN)
           
 

Uses of DN in org.glite.security.trustmanager
 

Fields in org.glite.security.trustmanager declared as DN
 DN CertPathValidatorState.m_basicConstraintsPathLimiter
          The path limiter cert DN for the basic constraints limit.
 DN CertPathValidatorState.m_proxyInfoPathLimiter
          The path limiter cert DN for the proxy info extension limit.
 

Methods in org.glite.security.trustmanager with parameters of type DN
 java.security.cert.TrustAnchor[] ProxyCertPathValidator.findCA(DN dn)
          Finds the TrustAnchor with the distinguished name (DN) dn.
 

Uses of DN in org.glite.security.util
 

Classes in org.glite.security.util that implement DN
 class DNImpl
          Deprecated. Use DNImplRFC2253 instead for correctly formed DN strings. Created on September 8, 2003, 7:21 PM
 class DNImplRFC2253
          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)
          Deprecated. Use getDNRFC2253(String inputDN) instead for proper reversed RFC 2253 DN support. This assumes DN that is not reversed.
static DN DNHandler.getDN(org.bouncycastle.asn1.x509.X509Name x509Name)
          Generates a DN object form the X509Name object.
static DN DNHandler.getDNRFC2253(java.lang.String inputDN)
          Generates a DN object from a String.
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 DNImplRFC2253.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 that return DN
 DN NamespacePolicy.getIssuerDN()
          Returns the issuer DN.
 

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

Constructors in org.glite.security.util.namespace with parameters of type DN
NamespacePolicy(DN issuerDN, java.lang.String subjectDN)
          Creates a new policy with the specified issuer and subject DN.
NamespacePolicy(DN issuerDN, java.lang.String accessRights, java.lang.String subjectDN)
          Creates a new policy with the specified issuer, access rights and subject DN.
NamespacePolicy(DN issuerDN, java.lang.String accessRights, java.lang.String subjectDN, java.lang.String policyStatement, int lineNumber, java.lang.String filename)
          Creates a new policy with the specified issuer, access rights, subject DN, the actual policy statement, line number of the policy and file name.
 

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