This class is a representation of the source of "encoding input P" in OAEP padding, defined by the PKCS #1 standard.public class PSource { // Protected Constructors protected PSource (String pSrcName ); // Nested Types public static final class PSpecified extends PSource; // Public Instance Methods public String getAlgorithm ( ); }
Subclasses PSource.PSpecifiedPassed To OAEPParameterSpec.OAEPParameterSpec( )Returned By OAEPParameterSpec.getPSource( ) |