GNU Classpath (0.20) | |
Frames | No Frames |
Constructors with parameter type java.security.KeyStore | |
Create a new PKIXBuilderParameters object, populating the trusted
certificates set with all X.509 certificates found in the given key
store. | |
Create a new PKIXParameters object, populating the trusted
certificates set with all certificates found in the given key
store. |
Methods with parameter type java.security.KeyStore | |
void | Engine method that initializes this factory with a key store. |
void | Engine method for initializing this factory with a key store and a
password for private keys. |
void | Initialize this instance with a key store. |
void | Initialize this instance with a key store and a password for
private key entries.
|
Methods with return type java.security.KeyStore | |
KeyStore | Gets an instance of the KeyStore class representing
the specified keystore. |
KeyStore | Gets an instance of the KeyStore class representing
the specified key store from the specified provider.
|
KeyStore | Gets an instance of the KeyStore class representing
the specified key store from the specified provider.
|
GNU Classpath (0.20) |