public interface AsymmetricKeyFactory
Modifier and Type | Method and Description |
---|---|
KeyPair |
getNewKeyPair()
Generate a new pair of asymmetric cryptographic keys
|
KeyPair getNewKeyPair() throws NoSuchProviderException, NoSuchAlgorithmException
NoSuchProviderException
- if a required cryptographic provider is not availableNoSuchAlgorithmException
- if a required cryptographic algorithm is not availableCopyright © 2003–2019 Atlassian. All rights reserved.