Uses of Class
kz.gamma.hardware.asn1.x509.X509NameEntryConverter

Packages that use X509NameEntryConverter
kz.gamma.hardware.asn1.x509   
 

Uses of X509NameEntryConverter in kz.gamma.hardware.asn1.x509
 

Subclasses of X509NameEntryConverter in kz.gamma.hardware.asn1.x509
 class X509DefaultEntryConverter
          The default converter for X509 DN entries when going from their string value to ASN.1 strings.
 

Fields in kz.gamma.hardware.asn1.x509 declared as X509NameEntryConverter
private  X509NameEntryConverter X509Name.converter
           
 

Constructors in kz.gamma.hardware.asn1.x509 with parameters of type X509NameEntryConverter
X509Name(boolean reverse, java.util.Hashtable lookUp, java.lang.String dirName, X509NameEntryConverter converter)
          Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or some such, converting it into an ordered set of name attributes. lookUp should provide a table of lookups, indexed by lowercase only strings and yielding a DERObjectIdentifier, other than that OID. and numeric oids will be processed automatically.
X509Name(boolean reverse, java.lang.String dirName, X509NameEntryConverter converter)
          Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or some such, converting it into an ordered set of name attributes with each string value being converted to its associated ASN.1 type using the passed in converter.
X509Name(java.lang.String dirName, X509NameEntryConverter converter)
          Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or some such, converting it into an ordered set of name attributes with each string value being converted to its associated ASN.1 type using the passed in converter.
X509Name(java.util.Vector ordering, java.util.Hashtable attributes, X509NameEntryConverter converter)
          Constructor from a table of attributes with ordering.
X509Name(java.util.Vector oids, java.util.Vector values, X509NameEntryConverter converter)
          Takes two vectors one of the oids and the other of the values.
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.