public interface KeyPairGenerator
| Modifier and Type | Method and Description |
|---|---|
java.security.KeyPair |
generateKeyPair(AlgorithmParams aParams) |
java.security.KeyPair generateKeyPair(AlgorithmParams aParams) throws CryptoException
aParams - to be used for key pair generationCryptoException - if anything goes wrongCopyright © 2025. All rights reserved.