May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.AlgorithmParameter-GeneratorSpi
This class is the service provider interface for the algorithm parameter generator. If you want to implement your own algorithm parameter generator, you subclass this class and register your implementation with an appropriate security provider.
public abstract class java.security.AlgorithmParameterGeneratorSpi {
// Instance Methods
protected abstract void engineInit(int, SecureRandom);
protected abstract void engineInit(
AlgorithmParameterSpec, SecureRandom);
protected abstract AlgorithmParameters engineGenerateParameters( );
}
AlgorithmParameterGenerator
|
Read now
Unlock full access