Home
last modified time | relevance | path

Searched refs:ProtectionParameter (Results 1 – 13 of 13) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/
DDomainLoadStoreParameterTest.java29 private KeyStore.ProtectionParameter protectionParameter;
35 protectionParameter = new KeyStore.ProtectionParameter() {}; in setUp()
65 Map<String, KeyStore.ProtectionParameter> protectionParameters = in testGetProtectionParams()
69 Map<String, KeyStore.ProtectionParameter> returnedParams = in testGetProtectionParams()
82 Map<String, KeyStore.ProtectionParameter> originalProtectionParameters in testGetProtectionParams()
103 private Map<String, KeyStore.ProtectionParameter> createNonEmptyParameters( in createNonEmptyParameters()
104 String keyStoreName, KeyStore.ProtectionParameter protectionParameter) { in createNonEmptyParameters()
105 Map<String, KeyStore.ProtectionParameter> protectionParameters = new HashMap<>(); in createNonEmptyParameters()
/libcore/ojluni/src/main/java/java/security/
DDomainLoadStoreParameter.java109 private final Map<String,ProtectionParameter> protectionParams;
132 Map<String,ProtectionParameter> protectionParams) { in DomainLoadStoreParameter()
157 public Map<String,ProtectionParameter> getProtectionParams() { in getProtectionParams()
168 public KeyStore.ProtectionParameter getProtectionParameter() { in getProtectionParameter()
DKeyStore.java259 public ProtectionParameter getProtectionParameter(); in getProtectionParameter()
274 public static interface ProtectionParameter { } interface in KeyStore
282 ProtectionParameter, javax.security.auth.Destroyable {
416 implements ProtectionParameter {
1550 public final Entry getEntry(String alias, ProtectionParameter protParam) in getEntry()
1588 ProtectionParameter protParam) in setEntry()
1686 public abstract ProtectionParameter getProtectionParameter(String alias) in getProtectionParameter()
1709 final ProtectionParameter protectionParameter) { in newInstance()
1724 public ProtectionParameter getProtectionParameter(String alias) in newInstance()
1782 File file, ProtectionParameter protection) { in newInstance()
[all …]
DKeyStoreSpi.java389 ProtectionParameter protection = param.getProtectionParameter(); in engineLoad()
446 KeyStore.ProtectionParameter protParam) in engineGetEntry()
504 KeyStore.ProtectionParameter protParam) in engineSetEntry()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DMyLoadStoreParams.java33 KeyStore.ProtectionParameter protPar;
35 public MyLoadStoreParams(KeyStore.ProtectionParameter p) { in MyLoadStoreParams()
39 public KeyStore.ProtectionParameter getProtectionParameter() { in getProtectionParameter()
DTestKeyStoreSpi.java16 import java.security.KeyStore.ProtectionParameter;
169 ProtectionParameter pParam = param.getProtectionParameter(); in engineLoad()
247 ProtectionParameter pParam = param.getProtectionParameter(); in engineStore()
DKeyStoreTestSupport.java168 public static class ProtPar implements KeyStore.ProtectionParameter {
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyStore4Test.java24 import java.security.KeyStore.ProtectionParameter;
358 public ProtectionParameter getProtectionParameter() { in testStoreLoadStoreParameter()
387 public ProtectionParameter getProtectionParameter() { in testStoreLoadStoreParameter()
406 public ProtectionParameter getProtectionParameter() { in testStoreLoadStoreParameter()
422 public ProtectionParameter getProtectionParameter() { in testStoreLoadStoreParameter()
514 public ProtectionParameter getProtectionParameter() { in testLoadLoadStoreParameter()
530 public ProtectionParameter getProtectionParameter() { in testLoadLoadStoreParameter()
547 public ProtectionParameter getProtectionParameter() { in testLoadLoadStoreParameter()
548 return new KeyStore.ProtectionParameter() {}; in testLoadLoadStoreParameter()
576 Entry entry = keyStore.getEntry("certalias", new KeyStore.ProtectionParameter() {}); in testGetEntry()
[all …]
DKeyStoreBuilderTest.java120 KeyStore.ProtectionParameter[] pp = { protPass, protPass1, in testNewInstanceKeyStoreProtectionParameter()
167 KeyStore.ProtectionParameter pPar = ksB in testNewInstanceKeyStoreProtectionParameter()
397 KeyStore.ProtectionParameter[] pp = { protPass, myPP, callbackHand }; in testNewInstanceStringProviderProtectionParameter()
486 class MyProtectionParameter implements KeyStore.ProtectionParameter {
525 public KeyStore.ProtectionParameter getProtectionParameter(String alias) { in getProtectionParameter()
DKeyStoreSpiTest.java26 import java.security.KeyStore.ProtectionParameter;
227 class BadKeyStoreProtectionParameter implements ProtectionParameter {}
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DKeyStoreBuilderParametersTest.java40 KeyStore.ProtectionParameter pp = new ProtectionParameterImpl(); in test_Constructor01()
97 private static class ProtectionParameterImpl implements KeyStore.ProtectionParameter {
DKeyManagerFactory1Test.java504 KeyStore.ProtectionParameter pp = new ProtectionParameterImpl(); in test_initLjavax_net_ssl_ManagerFactoryParameters()
530 class ProtectionParameterImpl implements KeyStore.ProtectionParameter {
/libcore/luni/src/test/java/tests/targets/security/
DKeyStoreTest.java28 import java.security.KeyStore.ProtectionParameter;