Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add public and private keys and suite test cases #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lukang-zlh
Copy link
Collaborator

@dongbeiouba 帮忙review一下,添加了公私钥校验case,套件加载过滤测试case

@@ -178,4 +178,14 @@ public void test_BuildSM2CertificatChain()throws Exception{
ks.setCertificateEntry("CA", ca);
Assert.assertEquals(ks.aliases().nextElement(),"CA");
}

public void test_VerifyECPrivateKeyAlgorithm()throws Exception{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议改名,test_VerifyECPrivateKeyAlgorithm -> test_VerifySM2PrivateKeyAlgorithm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants