Class EACKeyStore

Object
   |
   +--EACKeyStore

class EACKeyStore

Defined in EACKeyStore.js


Constructor Summary
EACKeyStore(sc, certstore, path)
            A simple EAC Key Store using a SmartCard-HSM
 
Method Summary
 CVC generateRequest(<boolean> forceInitial)
           Generate certificate request
 CVC getC_DevAut()
           Return the device authentication certificate
 CVC getCertificateByFID(fid)
           Return the CVC certificate stored under the given FID
 CVCertificateStore getCertificateStore()
           Return the associated certificate store
 ByteString getCurrentCertificateFID()
           Determine FID of current CVC certificate
 String getNextSequence()
           Generate the next sequence number for the certificate request
 void updateCardCertificate()
           Update certificate on device with certificate received from DVCA

Constructor Detail

EACKeyStore

EACKeyStore(sc, certstore, path)

Method Detail

generateRequest

CVC generateRequest(<boolean> forceInitial)

getC_DevAut

CVC getC_DevAut()

getCertificateByFID

CVC getCertificateByFID(fid)

getCertificateStore

CVCertificateStore getCertificateStore()

getCurrentCertificateFID

ByteString getCurrentCertificateFID()

getNextSequence

String getNextSequence()

updateCardCertificate

void updateCardCertificate()


Documentation generated by JSDoc on Sat Feb 24 15:17:19 2024