public class SerialOctetString extends ASerialType
value
Constructor and Description |
---|
SerialOctetString() |
SerialOctetString(byte[] v) |
Modifier and Type | Method and Description |
---|---|
int |
getMinLength() |
int |
getTypeLength(byte[] ba,
int offset) |
byte[] |
getValue() |
void |
setValue(byte[] v) |
String |
toString() |
equals, getBytes, getLength, hashCode, parseValue, setBytes, updateValue
public SerialOctetString()
public SerialOctetString(byte[] v)
public byte[] getValue()
public void setValue(byte[] v)
public String toString()
toString
in class ASerialType
public int getMinLength()
getMinLength
in class ASerialType
public int getTypeLength(byte[] ba, int offset)
getTypeLength
in class ASerialType
Copyright © 2016. All rights reserved.