codec.asn1
Class ASN1UTF8String
java.lang.Object
codec.asn1.ASN1AbstractType
codec.asn1.ASN1AbstractString
codec.asn1.ASN1UTF8String
- All Implemented Interfaces:
- ASN1String, ASN1Type, Cloneable
public class ASN1UTF8String
- extends ASN1AbstractString
This class represents an ASN.1 UTF 8 String as described
in ITU-T Recommendation X.680.
- Version:
- "$Id: ASN1UTF8String.java 1913 2007-08-08 02:41:53Z jpeters $"
- Author:
- Volker Roth
Method Summary |
int |
getTag()
Returns the tag of this class. |
ASN1UTF8String
public ASN1UTF8String()
- Creates an instance.
ASN1UTF8String
public ASN1UTF8String(String s)
- Creates an instance with the given string value.
No constraints can be set yet so none are checked.
- Parameters:
The
- string value.
getTag
public int getTag()
- Returns the tag of this class.
- Specified by:
getTag
in interface ASN1Type
- Specified by:
getTag
in class ASN1AbstractType
- Returns:
- The tag.
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.