Class PKCS15_DataContainerObject
Object
|
+--PKCS15_CIO
|
+--PKCS15_CommonDataContainerObjectAttributes
|
+--PKCS15_DataContainerObject
- class
PKCS15_DataContainerObject
- extends PKCS15_CommonDataContainerObjectAttributes
This class adds data container objects to the common data container object attributes class.
The class decodes the following ASN.1 syntax for opaque data objects with indirect path reference:
OpaqueDOAttributes ::= ObjectValue {CIO-OPAQUE.&Type}
ObjectValue { Type } ::= CHOICE {
indirect ReferencedValue,
direct [0] Type,
... -- For future extensions
}
ReferencedValue ::= CHOICE {
path Path,
url URL
} -- The syntax of the object is determined by the context
Defined in p15classes.js
See:
Method Summary |
String
|
toString()
Convert the object to a human readable string
|
PKCS15_DataContainerObject
PKCS15_DataContainerObject(tlv)
Create a Data Container Object
Parameters:
the
- tlv structure containing the CIO
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