Searched refs:protectionParameters (Results 1 – 2 of 2) sorted by relevance
65 Map<String, KeyStore.ProtectionParameter> protectionParameters = in testGetProtectionParams() local68 new DomainLoadStoreParameter(validConfigurationURI, protectionParameters); in testGetProtectionParams()71 assertEquals(protectionParameters, returnedParams); in testGetProtectionParams()83 = new HashMap<>(protectionParameters); in testGetProtectionParams()84 protectionParameters.put("some_other_keystore", protectionParameter); in testGetProtectionParams()105 Map<String, KeyStore.ProtectionParameter> protectionParameters = new HashMap<>(); in createNonEmptyParameters() local106 protectionParameters.put(keyStoreName, protectionParameter); in createNonEmptyParameters()107 return protectionParameters; in createNonEmptyParameters()
286 private final AlgorithmParameterSpec protectionParameters; field in KeyStore.PasswordProtection300 this.protectionParameters = null; in PasswordProtection()326 AlgorithmParameterSpec protectionParameters) { in PasswordProtection() argument332 this.protectionParameters = protectionParameters; in PasswordProtection()364 return protectionParameters; in getProtectionParameters()