File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 * @author str4d
2020 *
2121 */
22- public class EdDSAEngine extends Signature {
22+ public final class EdDSAEngine extends Signature {
2323 private MessageDigest digest ;
2424 private final ByteArrayOutputStream baos ;
2525 private EdDSAKey key ;
Original file line number Diff line number Diff line change 1515 * @author str4d
1616 *
1717 */
18- public class KeyFactory extends KeyFactorySpi {
18+ public final class KeyFactory extends KeyFactorySpi {
1919
2020 protected PrivateKey engineGeneratePrivate (KeySpec keySpec )
2121 throws InvalidKeySpecException {
Original file line number Diff line number Diff line change 1818/**
1919 * Default strength is 256
2020 */
21- public class KeyPairGenerator extends KeyPairGeneratorSpi {
21+ public final class KeyPairGenerator extends KeyPairGeneratorSpi {
2222 private static final int DEFAULT_STRENGTH = 256 ;
2323 private EdDSAParameterSpec edParams ;
2424 private SecureRandom random ;
You can’t perform that action at this time.
0 commit comments