public class DSA extends Object
| 构造器和说明 |
|---|
DSA() |
| 限定符和类型 | 方法和说明 |
|---|---|
static KeyPair |
getKeyPair() |
static KeyPair |
getKeyPair(Provider provider) |
static KeyPair |
getKeyPair(String provider) |
static byte[] |
sign(PrivateKey key,
byte[] data) |
static boolean |
verify(PublicKey key,
byte[] data,
byte[] sign) |
public static KeyPair getKeyPair()
public static byte[] sign(PrivateKey key, byte[] data)
public static boolean verify(PublicKey key, byte[] data, byte[] sign)
Copyright © 2025 fossc. All rights reserved.