| Frames | No Frames | 
Methods with parameter type java.security.KeyStore | |
| void |  Engine method that initializes this factory with a key store.   | 
| 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.   | 
| @Override | |
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 return type java.security.KeyStore | |
| KeyStore |  Returns an instance of a  KeyStore representing the specified
 type, from the first provider that implements it.
 | 
| KeyStore |  Returns an instance of a  KeyStore representing the specified
 type, from the named provider.
 | 
| KeyStore |  Returns an instance of a  KeyStore representing the specified
 type, from the specified provider.
 | 
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.
  |