Searched refs:protectionParameter (Results 1 – 3 of 3) sorted by relevance
29 private KeyStore.ProtectionParameter protectionParameter; field in DomainLoadStoreParameterTest35 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() argument106 protectionParameters.put(keyStoreName, protectionParameter); in createNonEmptyParameters()
1709 final ProtectionParameter protectionParameter) { in newInstance() argument1710 if ((keyStore == null) || (protectionParameter == null)) { in newInstance()1733 return protectionParameter; in newInstance()
214 java.security.KeyStore.ProtectionParameter protectionParameter) { in newInstance() argument