| 程序包 | 说明 |
|---|---|
| com.jn.langx.asn1.bytestring | |
| com.jn.langx.asn1.spec | |
| com.jn.langx.codec.hex |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteStringBuffer |
ByteStringBuffer.append(boolean b)
Appends the provided boolean value to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(byte b)
Appends the provided byte to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(byte[] b)
Appends the contents of the provided byte array to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(byte[] b,
int off,
int len)
Appends the specified portion of the provided byte array to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(ByteString b)
Appends the provided byte string to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(ByteStringBuffer buffer)
Appends the provided byte string buffer to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(char c)
Appends the provided character to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(char[] c)
Appends the contents of the provided character array to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(char[] c,
int off,
int len)
Appends the specified portion of the provided character array to this
buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(CharSequence s)
Appends the provided character sequence to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(CharSequence s,
int start,
int end)
Appends the provided character sequence to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(int i)
Appends the provided integer value to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.append(long l)
Appends the provided long value to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.appendCodePoint(int codePoint)
Appends the provided code point to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.clear()
Clears the contents of this buffer.
|
ByteStringBuffer |
ByteStringBuffer.clear(boolean zero)
Clears the contents of this buffer.
|
ByteStringBuffer |
ByteStringBuffer.delete(int len)
Deletes the specified number of bytes from the beginning of the buffer.
|
ByteStringBuffer |
ByteStringBuffer.delete(int off,
int len)
Deletes the indicated number of bytes from the specified location in the
buffer.
|
ByteStringBuffer |
ByteStringBuffer.duplicate()
Creates a duplicate of this byte string buffer.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
boolean b)
Inserts the provided boolean value to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
byte b)
Inserts the provided byte at the specified position in this buffer.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
byte[] b)
Inserts the contents of the provided byte array at the specified position
in this buffer.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
byte[] b,
int off,
int len)
Inserts a portion of the data in the provided array at the specified
position in this buffer.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
ByteString b)
Inserts the provided byte string into this buffer at the specified
position.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
ByteStringBuffer buffer)
Inserts the provided byte string buffer into this buffer at the specified
position.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
char c)
Inserts the provided character into this buffer at the provided position.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
char[] c)
Inserts the contents of the provided character array into this buffer at
the specified position.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
char[] c,
int off,
int len)
Inserts the specified portion of the provided character array to this
buffer at the specified position.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
CharSequence s)
Inserts the provided character sequence to this buffer at the specified
position.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
int i)
Inserts the provided integer value to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
long l)
Inserts the provided long value to this buffer.
|
ByteStringBuffer |
ByteStringBuffer.insertCodePoint(int pos,
int codePoint)
Inserts the provided code point into this buffer.
|
ByteStringBuffer |
ByteStringBuffer.set(boolean b)
Sets the contents of this buffer to include only the provided boolean
value.
|
ByteStringBuffer |
ByteStringBuffer.set(byte b)
Sets the contents of this buffer to include only the provided byte.
|
ByteStringBuffer |
ByteStringBuffer.set(byte[] b)
Sets the contents of this buffer to the contents of the provided byte
array.
|
ByteStringBuffer |
ByteStringBuffer.set(byte[] b,
int off,
int len)
Sets the contents of this buffer to the specified portion of the provided
byte array.
|
ByteStringBuffer |
ByteStringBuffer.set(ByteString b)
Sets the contents of this buffer to the contents of the provided byte
string.
|
ByteStringBuffer |
ByteStringBuffer.set(ByteStringBuffer buffer)
Sets the contents of this buffer to the contents of the provided byte
string buffer.
|
ByteStringBuffer |
ByteStringBuffer.set(char c)
Sets the contents of this buffer to include only the provided character.
|
ByteStringBuffer |
ByteStringBuffer.set(char[] c)
Sets the contents of this buffer to the contents of the provided character
array.
|
ByteStringBuffer |
ByteStringBuffer.set(char[] c,
int off,
int len)
Sets the contents of this buffer to the specified portion of the provided
character array.
|
ByteStringBuffer |
ByteStringBuffer.set(CharSequence s)
Sets the contents of this buffer to the specified portion of the provided
character sequence.
|
ByteStringBuffer |
ByteStringBuffer.set(int i)
Sets the contents of this buffer to include only the provided integer
value.
|
ByteStringBuffer |
ByteStringBuffer.set(long l)
Sets the contents of this buffer to include only the provided long value.
|
ByteStringBuffer |
ByteStringBuffer.trimToSize()
Trims the backing array to the minimal size required for this buffer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ByteStringBuffer |
ByteStringBuffer.append(ByteStringBuffer buffer)
Appends the provided byte string buffer to this buffer.
|
void |
ByteString.appendValueTo(ByteStringBuffer buffer)
Appends the value of this byte string to the provided buffer.
|
ByteStringBuffer |
ByteStringBuffer.insert(int pos,
ByteStringBuffer buffer)
Inserts the provided byte string buffer into this buffer at the specified
position.
|
ByteStringBuffer |
ByteStringBuffer.set(ByteStringBuffer buffer)
Sets the contents of this buffer to the contents of the provided byte
string buffer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ASN1OctetString.appendValueTo(ByteStringBuffer buffer)
Appends the value of this ASN.1 octet string to the provided buffer.
|
void |
ASN1Set.encodeTo(ByteStringBuffer buffer)
Appends an encoded representation of this ASN.1 element to the provided
buffer.
|
void |
ASN1Sequence.encodeTo(ByteStringBuffer buffer)
Appends an encoded representation of this ASN.1 element to the provided
buffer.
|
void |
ASN1OctetString.encodeTo(ByteStringBuffer buffer)
Appends an encoded representation of this ASN.1 element to the provided
buffer.
|
void |
ASN1Element.encodeTo(ByteStringBuffer buffer)
Appends an encoded representation of this ASN.1 element to the provided
buffer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Hexs.toHex(byte b,
ByteStringBuffer buffer)
Appends a hexadecimal representation of the provided byte to the given
buffer.
|
Copyright © 2022. All rights reserved.