| 程序包 | 说明 |
|---|---|
| com.jn.langx.asn1 | |
| com.jn.langx.asn1.spec |
| 限定符和类型 | 方法和说明 |
|---|---|
OID |
OID.getParent()
Retrieves the OID that is the parent for this OID.
|
static OID |
OID.parseNumericOID(String oidString,
boolean strict)
Parses the provided string as a numeric OID, optionally using additional
strict validation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
OID.compareTo(OID oid)
Indicates the position of the provided object relative to this OID in a
sorted list.
|
boolean |
OID.isAncestorOf(OID oid)
Indicates whether this OID is an ancestor of the provided OID.
|
boolean |
OID.isDescendantOf(OID oid)
Indicates whether this OID is a descendant of the provided OID.
|
| 构造器和说明 |
|---|
OID(OID parentOID,
int childComponent)
Creates a new OID that is a child of the provided parent OID.
|
| 限定符和类型 | 方法和说明 |
|---|---|
OID |
ASN1ObjectIdentifier.getOID()
Retrieves the OID represented by this object identifier element.
|
| 构造器和说明 |
|---|
ASN1ObjectIdentifier(byte type,
OID oid)
Creates a new ASN.1 object identifier element with the specified BER type
and the provided OID.
|
ASN1ObjectIdentifier(OID oid)
Creates a new ASN.1 object identifier element with the default BER type and
the provided OID.
|
Copyright © 2022. All rights reserved.