org.apache.asn1.ber.digester.rules
Class Octets2StringRule

java.lang.Object
  extended byorg.apache.asn1.ber.digester.AbstractRule
      extended byorg.apache.asn1.ber.digester.rules.PrimitiveOctetStringRule
          extended byorg.apache.asn1.ber.digester.rules.Octets2StringRule
All Implemented Interfaces:
Rule

public class Octets2StringRule
extends PrimitiveOctetStringRule

Rule that collects octets and leaves octets as a string on the stack.

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

Field Summary
 
Fields inherited from class org.apache.asn1.ber.digester.rules.PrimitiveOctetStringRule
 
Fields inherited from class org.apache.asn1.ber.digester.AbstractRule
 
Constructor Summary
Octets2StringRule()
           
Octets2StringRule(TagEnum tag)
           
 
Method Summary
 void finish()
          Called when the tlv has been completely consumed.
 
Methods inherited from class org.apache.asn1.ber.digester.rules.PrimitiveOctetStringRule
getAccumulator, getTag, isConstructed, length, setConstructed, tag, value
 
Methods inherited from class org.apache.asn1.ber.digester.AbstractRule
getDigester, setDigester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Octets2StringRule

public Octets2StringRule()

Octets2StringRule

public Octets2StringRule(TagEnum tag)
Method Detail

finish

public void finish()
Description copied from interface: Rule
Called when the tlv has been completely consumed.

Specified by:
finish in interface Rule
Overrides:
finish in class PrimitiveOctetStringRule


Copyright © 2004-2006 . All Rights Reserved.