| 程序包 | 说明 |
|---|---|
| com.jn.langx.asn1.bytestring | |
| com.jn.langx.asn1.spec |
| 限定符和类型 | 方法和说明 |
|---|---|
static ByteString |
ByteStringFactory.create()
Creates a new byte string with no value.
|
static ByteString |
ByteStringFactory.create(byte[] value)
Creates a new byte string with the provided value.
|
static ByteString |
ByteStringFactory.create(byte[] value,
int offset,
int length)
Creates a new byte string with the provided value.
|
static ByteString |
ByteStringFactory.create(String value)
Creates a new byte string with the provided value.
|
ByteString |
ByteStringBuffer.toByteString()
Returns a new byte string with the content from this buffer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ByteStringBuffer |
ByteStringBuffer.append(ByteString b)
Appends the provided byte string to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
ByteString b)
Inserts the provided byte string into this buffer at the specified
position.
|
ByteStringBuffer |
ByteStringBuffer.set(ByteString b)
Sets the contents of this buffer to the contents of the provided byte
string.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ASN1OctetString
This class provides an ASN.1 octet string element, whose value is simply
comprised of zero or more bytes.
|
Copyright © 2022. All rights reserved.