|
SunSPOT host API V4.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SigningServiceException | |
---|---|
com.sun.spot.client.ui | The command line user interface to the Spot Client. |
com.sun.squawk.security.signing |
Uses of SigningServiceException in com.sun.spot.client.ui |
---|
Methods in com.sun.spot.client.ui that throw SigningServiceException | |
---|---|
protected boolean |
InfoCommand.ownerKeysMatch(ISpotClientCommandHelper helper)
|
Uses of SigningServiceException in com.sun.squawk.security.signing |
---|
Methods in com.sun.squawk.security.signing that throw SigningServiceException | |
---|---|
void |
SigningService.generateKeyPair()
Generates a new SDK key pair and saves it into the keyfile specified in the constructor. |
byte[] |
SigningService.getCertBytes()
The SDK public key is encoded as a self-signed X.509 certificate and the bytes corresponding to the certificate's DER encoding are returned. |
static SigningService |
SigningService.getInstance()
Get the singleton instance of this class. |
byte[] |
SigningService.getPublicKeyBytes()
Returns encoded SDK public key. |
byte[] |
SigningService.sign(byte[] data)
Signs the input byte array (which might contain a suite or a command) with the SDK's private key and returns the DER-encoded ECDSA signature. |
|
SunSPOT host API V4.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |