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:


Field Summary
 Object authIdThis
          
 Object authReference
          
 Object seIdentifier
          
   
Fields inherited from class PKCS15_CIO
tlv, label, flags, authId, userConsent, accessControlRules
 
Constructor Summary
PKCS15_CommonAuthenticationObjectAttributes(tlv)
            Create a Common Authentication Object Attribute Object
 
Method Summary
 String toString()
           Convert the object to a human readable string
 
Methods inherited from class PKCS15_CIO
getFlagsAsString
 

Field Detail

authIdThis

Object authIdThis

authReference

Object authReference

seIdentifier

Object seIdentifier

Constructor Detail

PKCS15_CommonAuthenticationObjectAttributes

PKCS15_CommonAuthenticationObjectAttributes(tlv)

Method Detail

toString

String toString()


Documentation generated by JSDoc on Tue Apr 15 22:10:49 2025