提交 d77b218f 编写于 作者: X xuelei

8022487: DEREncodedKeyValue.supportedKeyTypes should be private

Reviewed-by: mullan
上级 6280e529
...@@ -42,7 +42,7 @@ import org.w3c.dom.Element; ...@@ -42,7 +42,7 @@ import org.w3c.dom.Element;
public class DEREncodedKeyValue extends Signature11ElementProxy implements KeyInfoContent { public class DEREncodedKeyValue extends Signature11ElementProxy implements KeyInfoContent {
/** JCA algorithm key types supported by this implementation. */ /** 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 * Constructor DEREncodedKeyValue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册