Class RIConnection

Object
   |
   +--RIConnection

class RIConnection


Class implementing a revocation service web service connector
Defined in riconnection.js


Field Summary
 Object isMBS
          
 Object lastError
          
 Object soapcon
          
 Object url
          
 Object verbose
          
 Object version
          
 
Constructor Summary
RIConnection(<String> url, <Boolean> isMBS)
            Creates a web service connector to access a revocation service as per TR-03129
 
Method Summary
 void close()
           Close the connector and release allocated resources
 ByteString getCompleteBlackList()
           Obtain a complete blacklist list from the revocation service
 ByteString getDeltaBlackLists(deltaBase)
           Obtain a complete blacklist list from the revocation service
 String getLastError()
           Get the last error return code
 ByteString getSectorPublicKey(sectorID)
           Get sector public key
 void setTrustAndKeystore(<KeyStore> truststore, <TrustStore> keystore, privateKeyPIN)
           Set the keystore used for HTTPS downloads
 void setVersion(<String> version)
           Sets the version of the WSDL to use
<static> void test()
          

Field Detail

isMBS

Object isMBS

lastError

Object lastError

soapcon

Object soapcon

url

Object url

verbose

Object verbose

version

Object version

Constructor Detail

RIConnection

RIConnection(<String> url, <Boolean> isMBS)

Method Detail

close

void close()

getCompleteBlackList

ByteString getCompleteBlackList()

getDeltaBlackLists

ByteString getDeltaBlackLists(deltaBase)

getLastError

String getLastError()

getSectorPublicKey

ByteString getSectorPublicKey(sectorID)

setTrustAndKeystore

void setTrustAndKeystore(<KeyStore> truststore, <TrustStore> keystore, privateKeyPIN)

setVersion

void setVersion(<String> version)

test

<static> void test()


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