Class PKCS15_Path
Object
|
+--PKCS15_Path
- class
PKCS15_Path
This class provides for access to PKCS#15 structures.
The class decodes the following ASN.1 syntax:
Path ::= SEQUENCE {
efidOrPath OCTET STRING,
index INTEGER (0..cia-ub-index) OPTIONAL,
length [0] INTEGER (0..cia-ub-index) OPTIONAL
}( WITH COMPONENTS {..., index PRESENT, length PRESENT}|
WITH COMPONENTS {..., index ABSENT, length ABSENT})
Defined in p15classes.js
Constructor Summary |
PKCS15_Path(tlv)
Creates a PKCS#15 path from the encoded TLV structure
|
Method Summary |
String
|
getAbsolutePath(<String> df)
Gets the absolute in the OCF format.
|
String
|
toString()
Convert the object to a human readable string
|
efidOrPath
Object efidOrPath
index
Object index
length
Object length
PKCS15_Path
PKCS15_Path(tlv)
Creates a PKCS#15 path from the encoded TLV structure
Parameters:
the
- tlv structure containing the path
getAbsolutePath
String getAbsolutePath(<String> df)
Gets the absolute in the OCF format.
Parameters:
df
- the current directory
toString
String toString()
Convert the object to a human readable string
Returns:
the string representation of the object
Documentation generated by
JSDoc on Tue Apr 15 22:10:49 2025