codec.asn1
Class ASN1T61String

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

public class ASN1T61String
extends ASN1AbstractString

This class represents an ASN.1 T61String as described in ITU-T Recommendation X.680. Note that no value checking is performed!

Version:
"$Id: ASN1T61String.java,v 1.3 2002/08/28 21:40:35 jpeters Exp $"
Author:
Markus Tak (by cut-and-paste ;-) )
See Also:
Serialized Form

Constructor Summary
ASN1T61String()
          Constructor.
ASN1T61String(String s)
          Creates an instance with the given string value.
 
Method Summary
 int getTag()
          Returns the ASN.1 tag of this type.
 
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

ASN1T61String

public ASN1T61String()
Constructor.

ASN1T61String

public ASN1T61String(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()
Returns the ASN.1 tag of this type.
Overrides:
getTag in class ASN1AbstractType
Returns:
The ASN.1 tag.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.