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