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

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

PSourcejavax.crypto.spec

Java 5.0

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