Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 934
نمايش فراداده

OAEPParameterSpecjavax.crypto.spec

Java 5.0

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

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 ( ); }