Searched refs:getProtectionParameter (Results 1 – 8 of 8) sorted by relevance
80 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 …]
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()
39 public KeyStore.ProtectionParameter getProtectionParameter() { in getProtectionParameter() method in MyLoadStoreParams
169 ProtectionParameter pParam = param.getProtectionParameter(); in engineLoad()247 ProtectionParameter pParam = param.getProtectionParameter(); in engineStore()
168 public KeyStore.ProtectionParameter getProtectionParameter() { in getProtectionParameter() method in DomainLoadStoreParameter
259 public ProtectionParameter getProtectionParameter(); in getProtectionParameter() method1686 public abstract ProtectionParameter getProtectionParameter(String alias) in getProtectionParameter() method in KeyStore.Builder1724 public ProtectionParameter getProtectionParameter(String alias) in newInstance() method1907 getProtectionParameter(String alias) { in getProtectionParameter() method in KeyStore.FileBuilder2011 public ProtectionParameter getProtectionParameter(String alias) in newInstance() method2035 public ProtectionParameter getProtectionParameter() {
389 ProtectionParameter protection = param.getProtectionParameter(); in engineLoad()
100 assertNull(domainLoadStoreParameter.getProtectionParameter()); in testGetProtectionParameter()