Home
last modified time | relevance | path

Searched refs:SimpleLoadStoreParameter (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DKeyStore.java1966 LoadStoreParameter param = new SimpleLoadStoreParameter(protection); in newInstance()
2027 static class SimpleLoadStoreParameter implements LoadStoreParameter {
2031 SimpleLoadStoreParameter(ProtectionParameter protection) {
DKeyStoreSpi.java389 if (param instanceof KeyStore.SimpleLoadStoreParameter) { in engineLoad()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java484 static class SimpleLoadStoreParameter implements java.security.KeyStore.LoadStoreParameter { class in KeyStore
486 SimpleLoadStoreParameter(java.security.KeyStore.ProtectionParameter protection) { in SimpleLoadStoreParameter() method in KeyStore.SimpleLoadStoreParameter