Name

PSource

Synopsis

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.PSpecified

Passed To

OAEPParameterSpec.OAEPParameterSpec( )

Returned By

OAEPParameterSpec.getPSource( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.