public class OctetString
extends java.lang.Object
Constructor and Description |
---|
OctetString()
The default constructor.
|
OctetString(byte[] contents)
Construct an octet-string with the supplied contents.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getContents()
Get the octet-string's contents.
|
int |
getLength()
Get the length of the octet-string.
|
java.lang.String |
toString() |