Home
last modified time | relevance | path

Searched refs:getSeedLength (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/spec/
DDSAGenParameterSpecTest.java37 assertEquals(160, dsaParams1.getSeedLength()); in testGetters()
43 assertEquals(256, dsaParams2.getSeedLength()); in testGetters()
49 assertEquals(256, dsaParams3.getSeedLength()); in testGetters()
55 assertEquals(256, dsaParams4.getSeedLength()); in testGetters()
/libcore/ojluni/annotations/flagged_api/java/security/spec/
DDSAGenParameterSpec.annotated.java40 public int getSeedLength() { throw new RuntimeException("Stub!"); } in getSeedLength() method in DSAGenParameterSpec
/libcore/ojluni/src/main/java/java/security/spec/
DDSAGenParameterSpec.java124 public int getSeedLength() { in getSeedLength() method in DSAGenParameterSpec
/libcore/api/
Dcurrent.txt9360 method public int getSeedLength();