public class KeyPairGeneratorImpl extends Object implements KeyPairGenerator
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
daysAfter |
protected Boolean |
withCA |
| Constructor and Description |
|---|
KeyPairGeneratorImpl(String keyAlgo,
Integer keySize,
String serverSigAlgo,
String serverKeyPairName) |
| Modifier and Type | Method and Description |
|---|---|
KeyPairData |
generateEncryptionKey(String alias,
ReadKeyPassword readKeyPassword) |
KeyPairData |
generateSignatureKey(String alias,
ReadKeyPassword readKeyPassword) |
public KeyPairData generateSignatureKey(String alias, ReadKeyPassword readKeyPassword)
generateSignatureKey in interface KeyPairGeneratorpublic KeyPairData generateEncryptionKey(String alias, ReadKeyPassword readKeyPassword)
generateEncryptionKey in interface KeyPairGeneratorCopyright © 2019. All rights reserved.