KeyPair.KeyPair

KeyPair.KeyPair

Class Overview | Class Members | This Package | All Packages

Syntax
public KeyPair( PublicKey publicKey, PrivateKey privateKey )
Parameters
publicKey
the public key.
privateKey
the private key.
Description
Constructs a key with the specified public key and private key.