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

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
              extended by ch.panter.li.bi.asn.value.AsnOctetString
All Implemented Interfaces:
BinaryValue, BinaryValueInfo, Validatable, AsnValue

public class AsnOctetString
extends AsnByteArrayValueBase
implements BinaryValue


Constructor Summary
AsnOctetString()
           
AsnOctetString(AsnOctetString copy)
           
AsnOctetString(AsnType type)
           
AsnOctetString(byte[] content)
           
 
Method Summary
 void assign(BinaryValue other)
           
 AsnOctetString copyAsnValue()
           
 byte[] getContent()
           
 void setContent(byte[] content)
           
 
Methods inherited from class ch.panter.li.bi.asn.value.AsnByteArrayValueBase
computeHashCode, getData, isEqualTo, setData, 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
 

Constructor Detail

AsnOctetString

public AsnOctetString()

AsnOctetString

public AsnOctetString(byte[] content)

AsnOctetString

public AsnOctetString(AsnType type)

AsnOctetString

public AsnOctetString(AsnOctetString copy)
Method Detail

copyAsnValue

public AsnOctetString copyAsnValue()
Specified by:
copyAsnValue in interface AsnValue

getContent

public final byte[] getContent()
Specified by:
getContent in interface BinaryValueInfo

setContent

public final void setContent(byte[] content)
Specified by:
setContent in interface BinaryValue

assign

public void assign(BinaryValue other)
Specified by:
assign in interface BinaryValue


Copyright 2007-2007 SourceForge. All Rights Reserved.