Home
last modified time | relevance | path

Searched refs:getProtectionParameter (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyStoreBuilderTest.java80 ksb.getProtectionParameter("test"); in testConstructor()
143 ksB.getProtectionParameter(null); in testNewInstanceKeyStoreProtectionParameter()
148 assertEquals(ksB.getProtectionParameter("aaa"), pp[i]); in testNewInstanceKeyStoreProtectionParameter()
154 assertEquals(ksB.getProtectionParameter("Bad alias"), pp[i]); in testNewInstanceKeyStoreProtectionParameter()
161 assertEquals(ksB.getProtectionParameter(""), pp[i]); in testNewInstanceKeyStoreProtectionParameter()
168 .getProtectionParameter("aaa"); in testNewInstanceKeyStoreProtectionParameter()
303 .getProtectionParameter(aName), protPass); in testNewInstanceStringProviderFileProtectionParameter()
313 assertEquals(ksB.getProtectionParameter("Bad alias"), protPass); in testNewInstanceStringProviderFileProtectionParameter()
323 .getProtectionParameter(aName), protPass); in testNewInstanceStringProviderFileProtectionParameter()
327 assertEquals(ksB1.getProtectionParameter("Bad alias"), protPass); in testNewInstanceStringProviderFileProtectionParameter()
[all …]
DKeyStore4Test.java358 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()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DMyLoadStoreParams.java39 public KeyStore.ProtectionParameter getProtectionParameter() { in getProtectionParameter() method in MyLoadStoreParams
DTestKeyStoreSpi.java169 ProtectionParameter pParam = param.getProtectionParameter(); in engineLoad()
247 ProtectionParameter pParam = param.getProtectionParameter(); in engineStore()
/libcore/ojluni/src/main/java/java/security/
DDomainLoadStoreParameter.java168 public KeyStore.ProtectionParameter getProtectionParameter() { in getProtectionParameter() method in DomainLoadStoreParameter
DKeyStore.java259 public ProtectionParameter getProtectionParameter(); in getProtectionParameter() method
1686 public abstract ProtectionParameter getProtectionParameter(String alias) in getProtectionParameter() method in KeyStore.Builder
1724 public ProtectionParameter getProtectionParameter(String alias) in newInstance() method
1907 getProtectionParameter(String alias) { in getProtectionParameter() method in KeyStore.FileBuilder
2011 public ProtectionParameter getProtectionParameter(String alias) in newInstance() method
2035 public ProtectionParameter getProtectionParameter() {
DKeyStoreSpi.java389 ProtectionParameter protection = param.getProtectionParameter(); in engineLoad()
/libcore/luni/src/test/java/libcore/java/security/
DDomainLoadStoreParameterTest.java100 assertNull(domainLoadStoreParameter.getProtectionParameter()); in testGetProtectionParameter()