org.apache.asn1.ber.primitives
Class ContextSpecificTag

java.lang.Object
  extended by org.apache.asn1.ber.TagEnum
      extended by org.apache.asn1.ber.primitives.ContextSpecificTag

public class ContextSpecificTag
extends TagEnum

Easy to use tag with public constructor for the CONTEXT_SPECIFIC type class.

Version:
$Rev: 157644 $
Author:
Apache Directory Project

Constructor Summary
ContextSpecificTag(int id, boolean isConstructed)
           
 
Method Summary
 
Methods inherited from class org.apache.asn1.ber.TagEnum
getConstructedTag, getName, getPrimitiveTag, getTagId, getTypeClass, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextSpecificTag

public ContextSpecificTag(int id,
                          boolean isConstructed)


Copyright © 2004-2009 . All Rights Reserved.