public interface ByteString extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendValueTo(ByteStringBuffer buffer)
Appends the value of this byte string to the provided buffer.
|
byte[] |
getValue()
Retrieves a byte array containing the binary value for this byte string.
|
String |
stringValue()
Retrieves the value for this byte string as a
String. |
ASN1OctetString |
toASN1OctetString()
Converts this byte string to an ASN.1 octet string.
|
@NonNull byte[] getValue()
@NonNull String stringValue()
String.String.void appendValueTo(@NonNull ByteStringBuffer buffer)
ByteStringBuffer.append(ByteString) method, since that
method relies on this method.buffer - The buffer to which the value should be appended.@NonNull ASN1OctetString toASN1OctetString()
Copyright © 2022. All rights reserved.