Searched defs:pSrcName (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/spec/
H A DPSource.java45 private String pSrcName; field in class:PSource
51 * @param pSrcName the algorithm for the source of the
53 * @exception NullPointerException if <code>pSrcName</code>
56 protected PSource(String pSrcName) { argument
57 if (pSrcName == null) {
60 this.pSrcName = pSrcName;
68 return pSrcName;

Completed in 36 milliseconds