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 classDirStrConverterA 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.classGenericValueConverterA GenericValueConverter converts a string that is not associated with a particular attribute to a DER encoded ASN.1 character string type.classIA5StringConverterA AVAValueConverter that converts a IA5String attribute to a DerValue and vice versa.classPrintableConverterA 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 AVAValueConverterX500NameAttrMap. getValueConverter(java.lang.String name)Get the Attribute Value Converter for the specified attribute name.AVAValueConverterX500NameAttrMap. 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 voidX500NameAttrMap. addNameOID(java.lang.String name, ObjectIdentifier oid, AVAValueConverter valueConverter)Adds a attribute name, ObjectIdentifier, AVAValueConverter entry to the map.
-