Class PKCS15_CIODDO

Object
   |
   +--PKCS15_CIODDO

class PKCS15_CIODDO


Class to decode CIO DDO objects.

The class decodes the following ASN.1 syntax:

 CIODDO ::= SEQUENCE {
 		providerId OBJECT IDENTIFIER OPTIONAL,
 		odfPath Path OPTIONAL,
		ciaInfoPath [0] Path OPTIONAL,
		aid [APPLICATION 15] OCTET STRING (SIZE(1..16)),
		(CONSTRAINED BY {-- Must be an AID in accordance with ISO/IEC 7816-4--})
		OPTIONAL,
		... -- For future extensions
 } -- Context tag 1 is historical and shall not be used
 

Defined in p15classes.js


Field Summary
 Object ciaInfoPath
          
 Object odfPath
          
 Object providerId
          
 
Constructor Summary
PKCS15_CIODDO(tlv)
            Creates a CIO DDO object from data usually stored in EF_DIR.
 
Method Summary
 String toString()
           Convert the object to a human readable string

Field Detail

ciaInfoPath

Object ciaInfoPath

odfPath

Object odfPath

providerId

Object providerId

Constructor Detail

PKCS15_CIODDO

PKCS15_CIODDO(tlv)

Method Detail

toString

String toString()


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