L
Creates a new PSource instance with the specified source algorithm identifier.parampSrcName the source algorithm identifier.throwsNullPointerException if pSrcName is null. if (pSrcName == null) { throw new NullPointerException(Messages.getString("crypto.42")); //$NON-NLS-1$ } this.pSrcName = pSrcName;
PSource
if (pSrcName == null) { throw new NullPointerException(Messages.getString("crypto.42")); //$NON-NLS-1$ } this.pSrcName = pSrcName;
Returns the source algorithm identifier.returnthe source algorithm identifier. return pSrcName;
return pSrcName;