src/java.base/share/classes/sun/security/provider/Sun.java
changeset 57950 4612a3cfb927
parent 52995 9af672cab7cb
equal deleted inserted replaced
57945:e09c993ac476 57950:4612a3cfb927
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    35  * The SUN Security Provider.
    35  * The SUN Security Provider.
    36  *
    36  *
    37  */
    37  */
    38 public final class Sun extends Provider {
    38 public final class Sun extends Provider {
    39 
    39 
       
    40     @java.io.Serial
    40     private static final long serialVersionUID = 6440182097568097204L;
    41     private static final long serialVersionUID = 6440182097568097204L;
    41 
    42 
    42     private static final String INFO = "SUN " +
    43     private static final String INFO = "SUN " +
    43     "(DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; " +
    44     "(DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; " +
    44     "SecureRandom; X.509 certificates; PKCS12, JKS & DKS keystores; " +
    45     "SecureRandom; X.509 certificates; PKCS12, JKS & DKS keystores; " +