| 程序包 | 说明 |
|---|---|
| com.jn.langx.asn1.bytestring | |
| com.jn.langx.asn1.spec |
| 限定符和类型 | 方法和说明 |
|---|---|
ASN1OctetString |
ByteString.toASN1OctetString()
Converts this byte string to an ASN.1 octet string.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ASN1OctetString |
ASN1Element.decodeAsOctetString()
Decodes this ASN.1 element as an octet string element.
|
static ASN1OctetString |
ASN1OctetString.decodeAsOctetString(ASN1Element element)
Decodes the provided ASN.1 element as an octet string element.
|
static ASN1OctetString |
ASN1OctetString.decodeAsOctetString(byte[] elementBytes)
Decodes the contents of the provided byte array as an octet string element.
|
ASN1OctetString |
ASN1OctetString.toASN1OctetString()
Converts this byte string to an ASN.1 octet string.
|
Copyright © 2022. All rights reserved.