| 程序包 | 说明 |
|---|---|
| com.jn.langx.asn1.spec |
| 限定符和类型 | 字段和说明 |
|---|---|
static ASN1Null |
ASN1Null.UNIVERSAL_NULL_ELEMENT
A pre-allocated ASN.1 null element with the universal null BER type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ASN1Null |
ASN1Element.decodeAsNull()
Decodes this ASN.1 element as a null element.
|
static ASN1Null |
ASN1Null.decodeAsNull(ASN1Element element)
Decodes the provided ASN.1 element as a null element.
|
static ASN1Null |
ASN1Null.decodeAsNull(byte[] elementBytes)
Decodes the contents of the provided byte array as a null element.
|
Copyright © 2022. All rights reserved.