public final class DSAKeys extends Object implements Keys
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
KEY_SIZE_512 |
| 限定符和类型 | 方法和说明 |
|---|---|
static DSAKeys |
create() |
static DSAKeys |
create(int keySize) |
static DSAKeys |
fromString(String publicKey,
String privateKey) |
String |
getBase64PrivateKey() |
String |
getBase64PublicKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrivateKey, getPublicKeypublic static final int KEY_SIZE_512
public static DSAKeys create()
public static DSAKeys create(int keySize)
public String getBase64PublicKey()
getBase64PublicKey 在接口中 Keyspublic String getBase64PrivateKey()
getBase64PrivateKey 在接口中 KeysCopyright © 2022. All rights reserved.