Package org.bouncycastle.crypto.fips
Class FipsLMS.KeyPairGenerator
java.lang.Object
org.bouncycastle.crypto.fips.FipsAsymmetricKeyPairGenerator<FipsLMS.KeyGenParameters,AsymmetricLMSPublicKey,AsymmetricLMSPrivateKey>
org.bouncycastle.crypto.fips.FipsLMS.KeyPairGenerator
- All Implemented Interfaces:
AsymmetricKeyPairGenerator
- Enclosing class:
- FipsLMS
public static final class FipsLMS.KeyPairGenerator
extends FipsAsymmetricKeyPairGenerator<FipsLMS.KeyGenParameters,AsymmetricLMSPublicKey,AsymmetricLMSPrivateKey>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a newly generated key pair.Methods inherited from class org.bouncycastle.crypto.fips.FipsAsymmetricKeyPairGenerator
getParameters
-
Constructor Details
-
KeyPairGenerator
-
-
Method Details
-
generateKeyPair
Description copied from interface:AsymmetricKeyPairGenerator
Return a newly generated key pair.- Specified by:
generateKeyPair
in interfaceAsymmetricKeyPairGenerator
- Specified by:
generateKeyPair
in classFipsAsymmetricKeyPairGenerator<FipsLMS.KeyGenParameters,
AsymmetricLMSPublicKey, AsymmetricLMSPrivateKey> - Returns:
- a new key pair.
-