Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.security.KeyStore

Uses of KeyStore in java.security
 

Methods in java.security that return KeyStore
static KeyStore KeyStore.getInstance(java.lang.String type)
          Gets an instance of the KeyStore class representing the specified keystore.
static KeyStore KeyStore.getInstance(java.lang.String type, java.lang.String provider)
          Gets an instance of the KeyStore class representing the specified key store from the specified provider.
static KeyStore KeyStore.getInstance(java.lang.String type, Provider provider)
          Gets an instance of the KeyStore class representing the specified key store from the specified provider.