Name

OAEPParameterSpec

Synopsis

This class specifies parameters for OAEP padding, defined by the PKCS #1 standard.

javax.crypto.spec.OAEPParameterSpec

Figure 17-22. javax.crypto.spec.OAEPParameterSpec

public class OAEPParameterSpec implements java.security.spec.AlgorithmParameterSpec {
// Public Constructors
     public OAEPParameterSpec(String mdName, String mgfName, 
        java.security.spec.AlgorithmParameterSpec mgfSpec, 
        PSource pSrc);  
// Public Constants
     public static final OAEPParameterSpec DEFAULT;  
// Public Instance Methods
     public String getDigestAlgorithm( );  
     public String getMGFAlgorithm( );  
     public java.security.spec.AlgorithmParameterSpec getMGFParameters( );  
     public PSource 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.