Home
last modified time | relevance | path

Searched refs:getProtectionParameter (Results 1 – 11 of 11) 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.java186 ProtectionParameter pParam = param.getProtectionParameter(); in engineLoad()
264 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.java276 public ProtectionParameter getProtectionParameter(); in getProtectionParameter() method
1898 public abstract ProtectionParameter getProtectionParameter(String alias) in getProtectionParameter() method in KeyStore.Builder
1936 public ProtectionParameter getProtectionParameter(String alias) in newInstance() method
2167 getProtectionParameter(String alias) { in getProtectionParameter() method in KeyStore.FileBuilder
2271 public ProtectionParameter getProtectionParameter(String alias) in newInstance() method
2295 public ProtectionParameter getProtectionParameter() {
DKeyStoreSpi.java396 ProtectionParameter protection = param.getProtectionParameter(); in engineLoad()
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java209 public abstract java.security.KeyStore.ProtectionParameter getProtectionParameter( in getProtectionParameter() method in KeyStore.Builder
252 public synchronized java.security.KeyStore.ProtectionParameter getProtectionParameter( in getProtectionParameter() method in KeyStore.Builder.FileBuilder
329 public java.security.KeyStore.ProtectionParameter getProtectionParameter(); in getProtectionParameter() method
490 public java.security.KeyStore.ProtectionParameter getProtectionParameter() { in getProtectionParameter() method in KeyStore.SimpleLoadStoreParameter
/libcore/luni/src/test/java/libcore/java/security/
DDomainLoadStoreParameterTest.java100 assertNull(domainLoadStoreParameter.getProtectionParameter()); in testGetProtectionParameter()
/libcore/ojluni/src/test/java/security/KeyStore/
DProbeKeystores.java56 public ProtectionParameter getProtectionParameter() { in getProtectionParameter() method in ProbeKeystores.MyLoadStoreParameter
/libcore/api/
Dcurrent.txt7989 method public java.security.KeyStore.ProtectionParameter getProtectionParameter();
8210 …method public abstract java.security.KeyStore.ProtectionParameter getProtectionParameter(String) t…
8232 method public java.security.KeyStore.ProtectionParameter getProtectionParameter();