8296612: CertAttrSet is useless

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2022-11-10 22:23:58 +00:00
parent 6b456f7a9b
commit 27527b4975
52 changed files with 80 additions and 203 deletions

View file

@ -48,10 +48,8 @@ import sun.security.util.*;
* @author Amit Kapoor
* @author Hemma Prafullchandra
* @see Extension
* @see CertAttrSet
*/
public class SubjectKeyIdentifierExtension extends Extension
implements CertAttrSet {
public class SubjectKeyIdentifierExtension extends Extension {
public static final String NAME = "SubjectKeyIdentifier";