public interface KeyPairProvider
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
getKeyPair(String algorithm,
int keySize)
Given the algorithm and key size, provides a key pair instance.
|
KeyPair getKeyPair(String algorithm, int keySize)
algorithm - the algorithmkeySize - the key sizeIllegalArgumentException - if the algorithm is invalidCopyright © 2010–2023 Open Identity Platform Community. All rights reserved.