Class PKCS15_CommonAuthenticationObjectAttributes
Object
|
+--PKCS15_CIO
|
+--PKCS15_CommonAuthenticationObjectAttributes
-
Direct Known Subclasses:
-
PKCS15_AuthenticationObject
- class
PKCS15_CommonAuthenticationObjectAttributes
- extends PKCS15_CIO
This class adds common authentication object attributes to the base CIO class.
The class decodes the following ASN.1 syntax:
CommonAuthenticationObjectAttributes ::= SEQUENCE {
authId Identifier OPTIONAL,
authReference Reference OPTIONAL,
seIdentifier [0] Reference OPTIONAL,
... -- For future extensions
}
Defined in p15classes.js
See:
Method Summary |
String
|
toString()
Convert the object to a human readable string
|
authIdThis
Object authIdThis
authReference
Object authReference
seIdentifier
Object seIdentifier
PKCS15_CommonAuthenticationObjectAttributes
PKCS15_CommonAuthenticationObjectAttributes(tlv)
Create a Common Authentication 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