Home
last modified time | relevance | path

Searched refs:protectionParameters (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DDomainLoadStoreParameterTest.java65 Map<String, KeyStore.ProtectionParameter> protectionParameters = in testGetProtectionParams() local
68 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() local
106 protectionParameters.put(keyStoreName, protectionParameter); in createNonEmptyParameters()
107 return protectionParameters; in createNonEmptyParameters()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSPasswordProtectionTest.java85 AlgorithmParameterSpec protectionParameters = new IvParameterSpec(new byte[]{}); in testGetProtectionAlgorithm() local
89 pass, null /* protectionAlgorithm */, protectionParameters); in testGetProtectionAlgorithm()
109 AlgorithmParameterSpec protectionParameters = new IvParameterSpec(new byte[]{}); in testGetProtectionParameters() local
115 pass, "protectionAlgorithm", protectionParameters); in testGetProtectionParameters()
116 assertSame(protectionParameters, ksPWP.getProtectionParameters()); in testGetProtectionParameters()
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java286 private final AlgorithmParameterSpec protectionParameters; field in KeyStore.PasswordProtection
300 this.protectionParameters = null; in PasswordProtection()
326 AlgorithmParameterSpec protectionParameters) { in PasswordProtection() argument
332 this.protectionParameters = protectionParameters; in PasswordProtection()
364 return protectionParameters; in getProtectionParameters()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java343 java.security.spec.AlgorithmParameterSpec protectionParameters) { in PasswordProtection() argument
381 private final java.security.spec.AlgorithmParameterSpec protectionParameters; field in KeyStore.PasswordProtection
384 protectionParameters = null;