May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface java.security.interfaces.DSAKeyPair-Generator
This interface represents key generators that can be used to generate pairs of DSA keys. Key pair generators that implement this interface can be initialized with information specific to DSA key generation.
public interface java.security.interfaces.DSAKeyPairGenerator {
// Instance Methods
public void initialize(DSAParams, SecureRandom);
public void initialize(int, boolean, SecureRandom);
}
KeyPairGenerator
|
Read now
Unlock full access