GNU Classpath (0.20) | |
Frames | No Frames |
Methods which throw type java.security.InvalidParameterException | |
void | Initializes the key generator to a give modulus. |
void | Initializes the key generator with the specified DSA parameters and
random bit source
|
Methods which throw type java.security.InvalidParameterException | |
Object | Gets the value of the specified algorithm parameter. |
void | Sets the specified algorithm parameter to the specified value. |
Object | Gets the value of the specified algorithm parameter. |
void | Sets the key pair (public key and private key) for this signer.
First, if there is a security manager, its checkSecurityAccess()
method is called with "setSignerKeyPair" as its
argument to see if it's ok to set the key pair.
|
void | Sets the specified algorithm parameter to the specified value. |
GNU Classpath (0.20) |