PSource


PSource javax.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( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net