Searched refs:getSaltLength (Results 1 – 5 of 5) sorted by relevance
206 assertEquals(20, pssps.getSaltLength()); in testGetSaltLength()249 assertEquals(20, PSSParameterSpec.DEFAULT.getSaltLength()); in testDEFAULTsaltLen()
42 public int getSaltLength() { throw new RuntimeException("Stub!"); } in getSaltLength() method in PSSParameterSpec
207 public int getSaltLength() { in getSaltLength() method in PSSParameterSpec
197 assertEquals(spec1.getSaltLength(), spec2.getSaltLength()); in assertPSSParameterSpecEquals()
9532 method public int getSaltLength();