All Packages Class Hierarchy This Package Previous Next Index
Class netscape.security.x509.IA5StringConverter
netscape.security.x509.IA5StringConverter
- public class IA5StringConverter
- implements AVAValueConverter
A AVAValueConverter that converts a IA5String attribute to a DerValue
and vice versa. An example an attribute that is a IA5String string is "E".
- See Also:
- ASN1CharStrConverter, AVAValueConverter
-
IA5StringConverter()
-
-
getAsString(DerValue)
-
-
getValue(byte[])
-
-
getValue(String)
-
IA5StringConverter
public IA5StringConverter()
getValue
public DerValue getValue(String valueString) throws IOException
getValue
public DerValue getValue(byte berStream[]) throws IOException
getAsString
public String getAsString(DerValue avaValue) throws IOException
All Packages Class Hierarchy This Package Previous Next Index