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

Constructor Index

 o IA5StringConverter()

Method Index

 o getAsString(DerValue)
 o getValue(byte[])
 o getValue(String)

Constructors

 o IA5StringConverter
 public IA5StringConverter()

Methods

 o getValue
 public DerValue getValue(String valueString) throws IOException
 o getValue
 public DerValue getValue(byte berStream[]) throws IOException
 o getAsString
 public String getAsString(DerValue avaValue) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index