Uses of Interface
COM.claymoresystems.sslg.DistinguishedName

Packages that use DistinguishedName
COM.claymoresystems.cert   
COM.claymoresystems.sslg   
 

Uses of DistinguishedName in COM.claymoresystems.cert
 

Classes in COM.claymoresystems.cert that implement DistinguishedName
 class X509Name
          An implementation of Distinguished Names
 

Methods in COM.claymoresystems.cert that return DistinguishedName
 DistinguishedName X509Cert.getIssuerName()
          Get the issuer name as an X509Name
 DistinguishedName X509Cert.getSubjectName()
          Get the subject name as an X509Name
 

Uses of DistinguishedName in COM.claymoresystems.sslg
 

Methods in COM.claymoresystems.sslg that return DistinguishedName
 DistinguishedName Certificate.getIssuerName()
          Get the Isuser name as a DistinguishedName
 DistinguishedName Certificate.getSubjectName()
          Get the Subject name as a DistinguishedName
 



Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.