Package org.mozilla.jss.asn1
Class IA5String
- java.lang.Object
-
- org.mozilla.jss.asn1.CharacterString
-
- org.mozilla.jss.asn1.IA5String
-
- All Implemented Interfaces:
ASN1Value
public class IA5String extends CharacterString implements ASN1Value
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IA5String.Template
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tag
getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context.static IA5String.Template
getTemplate()
-
Methods inherited from class org.mozilla.jss.asn1.CharacterString
encode, encode, toCharArray, toString
-
-
-
-
Field Detail
-
TAG
public static final Tag TAG
-
-
Method Detail
-
getTag
public Tag getTag()
Description copied from interface:ASN1Value
Returns the base tag for this type, not counting any tags that may be imposed on it by its context.- Specified by:
getTag
in interfaceASN1Value
- Specified by:
getTag
in classCharacterString
- Returns:
- Base tag.
-
getTemplate
public static IA5String.Template getTemplate()
-
-