Uses of Interface
netscape.security.x509.AVAValueConverter
-
Packages that use AVAValueConverter Package Description netscape.security.x509 -
-
Uses of AVAValueConverter in netscape.security.x509
Classes in netscape.security.x509 that implement AVAValueConverter Modifier and Type Class Description class
DirStrConverter
A 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.class
GenericValueConverter
A GenericValueConverter converts a string that is not associated with a particular attribute to a DER encoded ASN.1 character string type.class
IA5StringConverter
A AVAValueConverter that converts a IA5String attribute to a DerValue and vice versa.class
PrintableConverter
A AVAValueConverter that converts a Printable String attribute to a DerValue and vice versa.Methods in netscape.security.x509 that return AVAValueConverter Modifier and Type Method Description AVAValueConverter
X500NameAttrMap. getValueConverter(java.lang.String name)
Get the Attribute Value Converter for the specified attribute name.AVAValueConverter
X500NameAttrMap. getValueConverter(ObjectIdentifier oid)
Get the Attribute Value Converter for the specified ObjectIdentifier.Methods in netscape.security.x509 with parameters of type AVAValueConverter Modifier and Type Method Description void
X500NameAttrMap. addNameOID(java.lang.String name, ObjectIdentifier oid, AVAValueConverter valueConverter)
Adds a attribute name, ObjectIdentifier, AVAValueConverter entry to the map.
-