public class DSA extends Object
| 构造器和说明 |
|---|
DSA() |
public static KeyPair getKeyPair()
public static byte[] sign(PrivateKey key, byte[] data)
public static boolean verify(PublicKey key, byte[] data, byte[] sign)
Copyright © 2024 fossc. All rights reserved.