Uses of Interface
org.mozilla.jss.netscape.security.x509.AVAValueConverter
Packages that use AVAValueConverter
-
Uses of AVAValueConverter in org.mozilla.jss.netscape.security.x509
Classes in org.mozilla.jss.netscape.security.x509 that implement AVAValueConverterModifier and TypeClassDescriptionclassA DirStrConverter converts a string to a DerValue of ASN.1 Directory String, which is a CHOICE of Printable (subset of ASCII), T.61 (Teletex) or Universal String (UCS-4), and vice versa.classA GenericValueConverter converts a string that is not associated with a particular attribute to a DER encoded ASN.1 character string type.classA AVAValueConverter that converts a IA5String attribute to a DerValue and vice versa.classA AVAValueConverter that converts a Printable String attribute to a DerValue and vice versa.Fields in org.mozilla.jss.netscape.security.x509 with type parameters of type AVAValueConverterModifier and TypeFieldDescription(package private) Hashtable<ObjectIdentifier, AVAValueConverter> X500NameAttrMap.oid2ValueConverterMethods in org.mozilla.jss.netscape.security.x509 that return AVAValueConverterModifier and TypeMethodDescriptionX500NameAttrMap.getValueConverter(String name) Get the Attribute Value Converter for the specified attribute name.X500NameAttrMap.getValueConverter(ObjectIdentifier oid) Get the Attribute Value Converter for the specified ObjectIdentifier.Methods in org.mozilla.jss.netscape.security.x509 with parameters of type AVAValueConverterModifier and TypeMethodDescriptionvoidX500NameAttrMap.addNameOID(String name, ObjectIdentifier oid, AVAValueConverter valueConverter) Adds a attribute name, ObjectIdentifier, AVAValueConverter entry to the map.