ch.panter.li.bi.asn.value
Class AsnByteArrayValueBase

java.lang.Object
  extended by ch.panter.li.bi.asn.AsnValueBase
      extended by ch.panter.li.bi.asn.value.AsnSimpleValueBase
          extended by ch.panter.li.bi.asn.value.AsnByteArrayValueBase
All Implemented Interfaces:
Validatable, AsnValue
Direct Known Subclasses:
AsnBitString, AsnOctetString, AsnUnknownExtension

public abstract class AsnByteArrayValueBase
extends AsnSimpleValueBase


Constructor Summary
AsnByteArrayValueBase(AsnByteArrayValueBase copy)
           
AsnByteArrayValueBase(AsnType type)
           
 
Method Summary
protected  int computeHashCode(int baseHash)
           
protected  byte[] getData()
           
protected  boolean isEqualTo(Object compare)
           
protected  void setData(byte[] data)
           
 String toString()
           
 
Methods inherited from class ch.panter.li.bi.asn.AsnValueBase
checkTypeDerivedFrom, collectValidationInfo, equals, getTag, getType, hashCode, isValid, setTag, validate, validateStructure
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ch.panter.li.bi.asn.AsnValue
copyAsnValue
 

Constructor Detail

AsnByteArrayValueBase

AsnByteArrayValueBase(AsnType type)

AsnByteArrayValueBase

AsnByteArrayValueBase(AsnByteArrayValueBase copy)
Method Detail

getData

protected final byte[] getData()

setData

protected final void setData(byte[] data)

isEqualTo

protected boolean isEqualTo(Object compare)
Overrides:
isEqualTo in class AsnValueBase

computeHashCode

protected int computeHashCode(int baseHash)
Overrides:
computeHashCode in class AsnValueBase

toString

public String toString()
Overrides:
toString in class AsnValueBase


Copyright 2007-2007 SourceForge. All Rights Reserved.