GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.security.PrivateKey | |
Initializes the KeyPair with a pubilc and private key.
| |
Constructs a new instance of SignedObject from a
Serializable object. |
Methods with parameter type java.security.PrivateKey | |
void | Initializes this instance with the private key for signing purposes.
|
void | Initializes this instance with the private key and source of randomness for
signing purposes.
|
void | Initializes this class with the private key for signing purposes.
|
void | Initializes this class with the private key and source of randomness for
signing purposes.
|
Methods with return type java.security.PrivateKey | |
PrivateKey | Generates a private key from the provided key specification.
|
PrivateKey | Generates a private key from the provided key specification.
|
PrivateKey | Returns the private key stored in the KeyPair
|
PrivateKey | Returns the private key of this Signer .
|
Constructors with parameter type java.security.PrivateKey | |
Creates a new private credential with no associated keystore alias.
| |
X500PrivateCredential.X500PrivateCredential(X509Certificate certificate, PrivateKey key, String alias) Creates a new private credential with a keystore alias.
|
Methods with return type java.security.PrivateKey | |
PrivateKey | Returns the private key of this credential.
|
Methods with return type java.security.PrivateKey | |
PrivateKey | Gets the private key associated with the given alias.
|
GNU Classpath (0.95) |