jdk/src/java.base/share/classes/java/security/interfaces/DSAKeyPairGenerator.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 45434 4582657c7260
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    52  * <li>Generate a key pair by calling the {@code generateKeyPair}
    52  * <li>Generate a key pair by calling the {@code generateKeyPair}
    53  * method from the KeyPairGenerator class.
    53  * method from the KeyPairGenerator class.
    54  *
    54  *
    55  * </ol>
    55  * </ol>
    56  *
    56  *
    57  * <p>Note: it is not always necessary to do do algorithm-specific
    57  * <p>Note: it is not always necessary to do algorithm-specific
    58  * initialization for a DSA key pair generator. That is, it is not always
    58  * initialization for a DSA key pair generator. That is, it is not always
    59  * necessary to call an {@code initialize} method in this interface.
    59  * necessary to call an {@code initialize} method in this interface.
    60  * Algorithm-independent initialization using the {@code initialize} method
    60  * Algorithm-independent initialization using the {@code initialize} method
    61  * in the KeyPairGenerator
    61  * in the KeyPairGenerator
    62  * interface is all that is needed when you accept defaults for algorithm-specific
    62  * interface is all that is needed when you accept defaults for algorithm-specific