Home
last modified time | relevance | path

Searched defs:protectionParameters (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DDomainLoadStoreParameterTest.java65 Map<String, KeyStore.ProtectionParameter> protectionParameters = in testGetProtectionParams() local
105 Map<String, KeyStore.ProtectionParameter> protectionParameters = new HashMap<>(); in createNonEmptyParameters() local
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java286 private final AlgorithmParameterSpec protectionParameters; field in KeyStore.PasswordProtection
326 AlgorithmParameterSpec protectionParameters) { in PasswordProtection()