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

/libcore/luni/src/main/java/javax/crypto/spec/
H A DPSource.java28 private String pSrcName; field in class:PSource
36 * @param pSrcName
39 * if pSrcName is null.
41 protected PSource(String pSrcName) { argument
42 if (pSrcName == null) {
43 throw new NullPointerException("pSrcName == null");
45 this.pSrcName = pSrcName;
54 return pSrcName;

Completed in 90 milliseconds