|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||
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. |
|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||