jdk/src/java.base/share/classes/java/security/interfaces/DSAKeyPairGenerator.java
equal
deleted
inserted
replaced
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 |