codec.asn1
Class ASN1IA5String

java.lang.Object
  |
  +--codec.asn1.ASN1AbstractType
        |
        +--codec.asn1.ASN1AbstractString
              |
              +--codec.asn1.ASN1IA5String
All Implemented Interfaces:
ASN1String, ASN1Type, Cloneable, Externalizable, Serializable

public class ASN1IA5String
extends ASN1AbstractString

This class represents an ASN.1 IA5String as described in ITU-T Recommendation X.680.

Version:
"$Id: ASN1IA5String.java,v 1.3 2004/08/06 15:04:44 flautens Exp $"
Author:
Volker Roth
See Also:
Serialized Form

Constructor Summary
ASN1IA5String()
          Constructor declaration.
ASN1IA5String(String s)
          Creates an instance with the given string value.
 
Method Summary
 int getTag()
          Method declaration.
 
Methods inherited from class codec.asn1.ASN1AbstractString
convert, convert, convertedLength, decode, encode, equals, getString, getValue, hashCode, setString, setString0, toString
 
Methods inherited from class codec.asn1.ASN1AbstractType
checkConstraints, getConstraint, getTagClass, isExplicit, isOptional, isType, readExternal, setConstraint, setExplicit, setOptional, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface codec.asn1.ASN1Type
checkConstraints, getConstraint, getTagClass, isExplicit, isOptional, isType, setConstraint, setExplicit, setOptional
 

Constructor Detail

ASN1IA5String

public ASN1IA5String()
Constructor declaration.

ASN1IA5String

public ASN1IA5String(String s)
Creates an instance with the given string value. No constraints can be set yet so none are checked.
Parameters:
s - The string value.
Method Detail

getTag

public int getTag()
Method declaration.
Overrides:
getTag in class ASN1AbstractType
Returns:
The tag value


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.