org.apache.asn1.ber.primitives
Class ContextSpecificTag

java.lang.Object
  extended byorg.apache.asn1.ber.TagEnum
      extended byorg.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

Field Summary
 
Fields inherited from class org.apache.asn1.ber.TagEnum
 
Constructor Summary
ContextSpecificTag(int id, boolean isConstructed)
           
 
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-2006 . All Rights Reserved.