Uses of Class java.security.KeyStore

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.

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

Methods with return type java.security.KeyStore

KeyStore
Gets an instance of the KeyStore class representing the specified keystore.
KeyStore
KeyStore.getInstance(String type, String provider)
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.