Uses of Class
org.apache.geronimo.util.asn1.x509.X509Name

Packages that use X509Name
org.apache.geronimo.corba.util   
org.apache.geronimo.util   
org.apache.geronimo.util.asn1.pkcs   
org.apache.geronimo.util.asn1.x509   
org.apache.geronimo.util.jce   
 

Uses of X509Name in org.apache.geronimo.corba.util
 

Methods in org.apache.geronimo.corba.util with parameters of type X509Name
static byte[] Util.encodeGeneralName(X509Name x509Name)
           
 

Uses of X509Name in org.apache.geronimo.util
 

Methods in org.apache.geronimo.util that return X509Name
static X509Name CaUtils.getSubjectX509Name(Certificate cert)
          This method returns a X509Name object corresponding to the subject in a given certificate
static X509Name CaUtils.getX509Name(String cn, String ou, String o, String l, String st, String c)
          This method creates a X509Name object using the name attributes specified.
static X509Name CaUtils.getX509Name(X500Principal principal)
          This method returns a X509Name object corresponding to a given principal
 

Uses of X509Name in org.apache.geronimo.util.asn1.pkcs
 

Methods in org.apache.geronimo.util.asn1.pkcs that return X509Name
 X509Name CertificationRequestInfo.getSubject()
           
 

Constructors in org.apache.geronimo.util.asn1.pkcs with parameters of type X509Name
CertificationRequestInfo(X509Name subject, SubjectPublicKeyInfo pkInfo, ASN1Set attributes)
           
 

Uses of X509Name in org.apache.geronimo.util.asn1.x509
 

Methods in org.apache.geronimo.util.asn1.x509 that return X509Name
static X509Name X509Name.getInstance(ASN1TaggedObject obj, boolean explicit)
          Return a X509Name based on the passed in tagged object.
static X509Name X509Name.getInstance(Object obj)
           
 X509Name X509CertificateStructure.getIssuer()
           
 X509Name TBSCertList.getIssuer()
           
 X509Name TBSCertificateStructure.getIssuer()
           
 X509Name CertificateList.getIssuer()
           
 X509Name X509CertificateStructure.getSubject()
           
 X509Name TBSCertificateStructure.getSubject()
           
 

Methods in org.apache.geronimo.util.asn1.x509 with parameters of type X509Name
 void V3TBSCertificateGenerator.setIssuer(X509Name issuer)
           
 void V2TBSCertListGenerator.setIssuer(X509Name issuer)
           
 void V1TBSCertificateGenerator.setIssuer(X509Name issuer)
           
 void V3TBSCertificateGenerator.setSubject(X509Name subject)
           
 void V1TBSCertificateGenerator.setSubject(X509Name subject)
           
 

Constructors in org.apache.geronimo.util.asn1.x509 with parameters of type X509Name
GeneralName(X509Name dirName)
           
 

Uses of X509Name in org.apache.geronimo.util.jce
 

Subclasses of X509Name in org.apache.geronimo.util.jce
 class X509Principal
           
 

Methods in org.apache.geronimo.util.jce with parameters of type X509Name
 void X509V1CertificateGenerator.setIssuerDN(X509Name issuer)
          Deprecated. Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the certificate.
 void X509V1CertificateGenerator.setSubjectDN(X509Name subject)
          Deprecated. Set the subject distinguished name.
 

Constructors in org.apache.geronimo.util.jce with parameters of type X509Name
PKCS10CertificationRequest(String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey)
          create a PKCS10 certfication request using the BC provider.
PKCS10CertificationRequest(String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider)
          create a PKCS10 certfication request using the named provider.
X509Principal(X509Name name)
          Constructor from an X509Name object.
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.