Searched refs:getProtectionParameter (Results 1 - 7 of 7) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMyLoadStoreParams.java39 public KeyStore.ProtectionParameter getProtectionParameter() { method in class:MyLoadStoreParams
H A DTestKeyStoreSpi.java169 ProtectionParameter pParam = param.getProtectionParameter();
247 ProtectionParameter pParam = param.getProtectionParameter();
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyStoreBuilderTest.java80 ksb.getProtectionParameter("test");
138 // verification getKeyStore() and getProtectionParameter(String
143 ksB.getProtectionParameter(null);
148 assertEquals(ksB.getProtectionParameter("aaa"), pp[i]);
154 assertEquals(ksB.getProtectionParameter("Bad alias"), pp[i]);
161 assertEquals(ksB.getProtectionParameter(""), pp[i]);
168 .getProtectionParameter("aaa");
193 * <code>getProtectionParameter(String alias)</code> Assertions: throws
199 * getKeyStore() returns specified keystore; getProtectionParameter(String
303 .getProtectionParameter(aNam
525 public KeyStore.ProtectionParameter getProtectionParameter(String alias) { method in class:KeyStoreBuilderTest.KeyStoreBuilder
[all...]
H A DKeyStore4Test.java358 public ProtectionParameter getProtectionParameter() {
387 public ProtectionParameter getProtectionParameter() {
406 public ProtectionParameter getProtectionParameter() {
422 public ProtectionParameter getProtectionParameter() {
514 public ProtectionParameter getProtectionParameter() {
530 public ProtectionParameter getProtectionParameter() {
547 public ProtectionParameter getProtectionParameter() {
/libcore/luni/src/main/java/java/security/
H A DKeyStore.java746 public abstract ProtectionParameter getProtectionParameter(String alias) method in class:KeyStore.Builder
996 * getProtectionParameter(String alias)
1002 public synchronized ProtectionParameter getProtectionParameter( method in class:KeyStore.Builder.BuilderImpl
1033 public ProtectionParameter getProtectionParameter() { method in class:KeyStore.Builder.TmpLSParameter
1096 public ProtectionParameter getProtectionParameter(); method in interface:KeyStore.LoadStoreParameter
H A DKeyStoreSpi.java304 KeyStore.ProtectionParameter pp = param.getProtectionParameter();
/libcore/luni/src/test/java/libcore/java/security/
H A DKeyStoreTest.java1819 public ProtectionParameter getProtectionParameter() {
2380 builder.getProtectionParameter(null);
2386 builder.getProtectionParameter(null);
2390 assertEquals(PARAM_STORE, builder.getProtectionParameter(""));
2417 assertEquals(PARAM_STORE, builder.getProtectionParameter(""));
2439 assertEquals(PARAM_STORE, builder.getProtectionParameter(""));

Completed in 842 milliseconds