public class KeypairGenResult extends Object
| Constructor and Description |
|---|
KeypairGenResult(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKey,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKey) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.pkcs.PrivateKeyInfo |
getPrivateKey() |
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo |
getPublicKey() |
Copyright © 2023. All rights reserved.