Interface | Description |
---|---|
PrivateKey |
The PrivateKey abstract class is the base class for all private
keys used in asymmetric algorithms.
|
Class | Description |
---|---|
KeyPair |
This class is a simple holder for a key pair (a public key and a
private key).
|
KeyPairGenerator |
The KeyPairGenerator class is used to generate pairs of
public and private keys.
|
Exception | Description |
---|---|
InvalidParameterException |
This exception is thrown when an invalid parameter is passed to a method.
|
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.