Searched defs:KeyStore (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java39 * {@code KeyStore} is responsible for maintaining cryptographic keys and their
49 public class KeyStore { class
51 // Store KeyStore SERVICE name
52 private static final String SERVICE = "KeyStore";
57 // Store KeyStore property name
60 // Store default KeyStore type
63 // Store KeyStore state (initialized or not)
76 * Constructs a new instance of {@code KeyStore} with the given arguments.
83 * the type of the {@code KeyStore} to be constructed.
85 protected KeyStore(KeyStoreSp method in class:KeyStore
[all...]

Completed in 59 milliseconds