Home
last modified time | relevance | path

Searched defs:PSource (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/spec/
DPSource.java46 public class PSource { class
59 protected PSource(String pSrcName) { in PSource() method in PSource
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DPSourceTest.java88 new PSource(null) {}; in testPSource() method