Class Summary |
Debug |
|
ECDSASignature |
Signature algorithm ALG_ECDSA_SHA generates a 20-byte SHA
digest and signs/verifies the digest using ECDSA. |
ECKeyPair |
This class is a container for a key pair (a public key and a private key). |
ECPrivateKey |
The ECPrivateKey interface is used to generate signatures on
data using the ECDSA (Elliptic Curve Digital Signature Algorithm) and to
generate shared secrets using the ECDH (Elliptic Curve Diffie-Hellman)
algorithm. |
KeyUtil |
The KeyUtil class provides functions to encode and decode ECPublicKeys in the
X9.62 encoding. |
PseudoRand |
Implements a pseudo random number generator. |
SHA |
|
SigningService |
The SigningService class is used to sign suites and other data on the desktop
using the SDK private key. |