Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/security/
DDomainLoadStoreParameterTest.java29 private KeyStore.ProtectionParameter protectionParameter; field in DomainLoadStoreParameterTest
35 protectionParameter = new KeyStore.ProtectionParameter() {}; in setUp()
42 createNonEmptyParameters(KEY_STORE_NAME, protectionParameter)); in testConstructor_nullValues_throwException()
60 createNonEmptyParameters(KEY_STORE_NAME, protectionParameter)); in testGetConfiguration()
66 createNonEmptyParameters(KEY_STORE_NAME, protectionParameter); in testGetProtectionParams()
75 returnedParams.put("some_other_keystore", protectionParameter); in testGetProtectionParams()
84 protectionParameters.put("some_other_keystore", protectionParameter); in testGetProtectionParams()
98 createNonEmptyParameters("keyStoreName", protectionParameter)); in testGetProtectionParameter()
104 String keyStoreName, KeyStore.ProtectionParameter protectionParameter) { in createNonEmptyParameters() argument
106 protectionParameters.put(keyStoreName, protectionParameter); in createNonEmptyParameters()
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java1709 final ProtectionParameter protectionParameter) { in newInstance() argument
1710 if ((keyStore == null) || (protectionParameter == null)) { in newInstance()
1733 return protectionParameter; in newInstance()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java214 java.security.KeyStore.ProtectionParameter protectionParameter) { in newInstance() argument