HomeSort by relevance Sort by last modified time
    Searched full:getprotectionparameter (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreLoadStoreParameterTest.java 8 public KeyStore.ProtectionParameter getProtectionParameter() {
KeyStoreBuilderTest.java 80 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(aName), protPass)
    [all...]
KeyStore4Test.java 358 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() {
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12StoreParameter.java 19 public ProtectionParameter getProtectionParameter()