AlgorithmParameterGeneratorSpi


AlgorithmParameterGeneratorSpi java.security

Java 1.2

This abstract class defines the service-provider interface for algorithm-parameter generation. A security provider must implement a concrete subclass of this class for each algorithm it supports. Applications never need to use or subclass this class.

 public abstract class  AlgorithmParameterGeneratorSpi  {  // Public Constructors  public  AlgorithmParameterGeneratorSpi  ( );  // Protected Instance Methods  protected abstract AlgorithmParameters  engineGenerateParameters  ( );        protected abstract void  engineInit  (java.security.spec. AlgorithmParameterSpec  genParamSpec  , SecureRandom  random  )  throws InvalidAlgorithmParameterException;        protected abstract void  engineInit  (int  size  , SecureRandom  random  );   } 

Passed To

AlgorithmParameterGenerator.AlgorithmParameterGenerator( )



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