Uses of Class java.security.KeyStore

Uses in package gnu.javax.net.ssl.provider

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
X509KeyManagerFactory.engineInit(KeyStore store, char[] passwd)
Engine method for initializing this factory with a key store and a password for private keys.
@Override

Uses in package java.security

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
KeyStore.getInstance(String type, String provider)
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.

Uses in package javax.net.ssl

Methods with parameter type java.security.KeyStore

void
Engine method that initializes this factory with a key store.
void
KeyManagerFactorySpi.engineInit(KeyStore store, char[] passwd)
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
KeyManagerFactory.init(KeyStore store, char[] passwd)
Initialize this instance with a key store and a password for private key entries.

Uses in package java.security.cert

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.