Class SmartCardHSMCrypto

Object
   |
   +--SmartCardHSMCrypto

class SmartCardHSMCrypto


Wrapper to provide Crypto interface to SmartCard-HSM
Defined in smartcardhsm.js


Field Summary
 Object crypto
          
 
Constructor Summary
SmartCardHSMCrypto(<Crypto> crypto)
            Create crypto object implementing access to the SmartCard-HSM
 
Method Summary
 ByteString sign(<HSMKey> key, <Number> mech, <ByteString> message)
           Sign a message using the defined mechanism and key
 Boolean verify(<Key> key, <Number> mech, <ByteString> message, <ByteString> signature)
           Verify a message using the defined mechanism and key

Field Detail

crypto

Object crypto

Constructor Detail

SmartCardHSMCrypto

SmartCardHSMCrypto(<Crypto> crypto)

Method Detail

sign

ByteString sign(<HSMKey> key, <Number> mech, <ByteString> message)

verify

Boolean verify(<Key> key, <Number> mech, <ByteString> message, <ByteString> signature)


Documentation generated by JSDoc on Tue Sep 3 22:29:45 2013