jp.bitmeister.asn1.type
Class ASN1TagValue

java.lang.Object
  extended by jp.bitmeister.asn1.type.ASN1TagValue

public class ASN1TagValue
extends java.lang.Object

Contains a set of ASN.1 tag value.

Author:
WATANABE, Jun.
See Also:
ASN1Tag, ASN1TagClass, ASN1TagMode

Method Summary
 ASN1TagClass tagClass()
          Returns tag class of this tag.
 ASN1TagMode tagMode()
          Returns tagging mode.
 int tagNumber()
          Returns tag number of this tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

tagClass

public ASN1TagClass tagClass()
Returns tag class of this tag.

Returns:
The tag class.

tagNumber

public int tagNumber()
Returns tag number of this tag.

Returns:
The tag number.

tagMode

public ASN1TagMode tagMode()
Returns tagging mode.

Returns:
The tagging mode.


Copyright © 2012 BitMeister Inc. All Rights Reserved.