8022487: DEREncodedKeyValue.supportedKeyTypes should be private

Reviewed-by: mullan
This commit is contained in:
Xue-Lei Andrew Fan 2013-08-11 18:21:13 -07:00
parent 1848c820d0
commit 01059bf88b

View File

@ -42,7 +42,7 @@ import org.w3c.dom.Element;
public class DEREncodedKeyValue extends Signature11ElementProxy implements KeyInfoContent {
/** JCA algorithm key types supported by this implementation. */
public static final String supportedKeyTypes[] = { "RSA", "DSA", "EC"};
private static final String supportedKeyTypes[] = { "RSA", "DSA", "EC"};
/**
* Constructor DEREncodedKeyValue