Class PKCS15_CommonDataContainerObjectAttributes
Object
|
+--PKCS15_CIO
|
+--PKCS15_CommonDataContainerObjectAttributes
-
Direct Known Subclasses:
-
PKCS15_DataContainerObject
- class
PKCS15_CommonDataContainerObjectAttributes
- extends PKCS15_CIO
This class adds common data container attributes to the base CIO class.
The class decodes the following ASN.1 syntax:
CommonDataContainerObjectAttributes ::= SEQUENCE {
applicationName Label OPTIONAL,
applicationOID OBJECT IDENTIFIER OPTIONAL,
iD Identifier OPTIONAL,
... -- For future extensions
} (WITH COMPONENTS {..., applicationName PRESENT}
| WITH COMPONENTS {..., applicationOID PRESENT})
See:Defined in p15classes.js
Method Summary |
String
|
toString()
Convert the object to a human readable string
|
applicationName
Object applicationName
applicationOID
Object applicationOID
iD
Object iD
PKCS15_CommonDataContainerObjectAttributes
PKCS15_CommonDataContainerObjectAttributes(tlv)
Create a Common Data Container Object Attribute 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