SunSPOT host API V3.0


Uses of Class
com.sun.squawk.security.signing.ECPrivateKey

Packages that use ECPrivateKey
com.sun.squawk.security.signing   
 

Uses of ECPrivateKey in com.sun.squawk.security.signing
 

Methods in com.sun.squawk.security.signing that return ECPrivateKey
 ECPrivateKey ECKeyPair.getPrivate()
          Returns a reference to the private key component of this KeyPair object.
 

Methods in com.sun.squawk.security.signing with parameters of type ECPrivateKey
 void ECDSASignature.init(ECPrivateKey privateKey)
          Initializes the Signature object with the appropriate Key.
 

Constructors in com.sun.squawk.security.signing with parameters of type ECPrivateKey
ECKeyPair(ECPublicKey publicKey, ECPrivateKey privateKey)
          Constructs a new KeyPair object containing the specified public key and private key.
 


SunSPOT host API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.