Class TCCConnection

Object
   |
   +--TCCConnection

class TCCConnection


Class implementing a terminal control center web service connector
Defined in tccconnection.js


Field Summary
 Object lastError
          
 Object soapcon
          
 Object url
          
 Object verbose
          
 Object version
          
 
Constructor Summary
TCCConnection(<String> url)
            Creates a web service connector to access services of a terminal control center as defined in TR-03129
 
Method Summary
 void close()
           Close the connector and release allocated resources
 CVC[] getCertificateChain(<PublicKeyReference> keyNameMRTD)
           Obtain a list of card verifiable certificates that can be used to provide the MRTD with a chain of certificates up to and including the terminal certificate.
 String getLastError()
           Get the last error return code
 ByteString getTASignature(<PublicKeyReference> keyCHR, <ByteString> digest)
           Obtain a signature from the TCC for a hash or a block of data
 ByteString getTASignature2(idPICC, challengePICC, hashPK, <PublicKeyReference> keyCHR)
           Obtain a signature from the TCC for a hash or a block of data
<static> void test()
           Perform a simple test

Field Detail

lastError

Object lastError

soapcon

Object soapcon

url

Object url

verbose

Object verbose

version

Object version

Constructor Detail

TCCConnection

TCCConnection(<String> url)

Method Detail

close

void close()

getCertificateChain

CVC[] getCertificateChain(<PublicKeyReference> keyNameMRTD)

getLastError

String getLastError()

getTASignature

ByteString getTASignature(<PublicKeyReference> keyCHR, <ByteString> digest)

getTASignature2

ByteString getTASignature2(idPICC, challengePICC, hashPK, <PublicKeyReference> keyCHR)

test

<static> void test()


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