Class DSTU4145KeyPairGenerator
java.lang.Object
org.bouncycastle.crypto.generators.ECKeyPairGenerator
org.bouncycastle.crypto.generators.DSTU4145KeyPairGenerator
- All Implemented Interfaces:
AsymmetricCipherKeyPairGenerator, ECConstants
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven the domain parameters this routine generates an EC key pair in accordance with X9.62 section 5.2.1 pages 26, 27.Methods inherited from class ECKeyPairGenerator
createBasePointMultiplier, init, isOutOfRangeD
-
Constructor Details
-
DSTU4145KeyPairGenerator
public DSTU4145KeyPairGenerator()
-
-
Method Details
-
generateKeyPair
Description copied from class:ECKeyPairGeneratorGiven the domain parameters this routine generates an EC key pair in accordance with X9.62 section 5.2.1 pages 26, 27.- Specified by:
generateKeyPairin interfaceAsymmetricCipherKeyPairGenerator- Overrides:
generateKeyPairin classECKeyPairGenerator- Returns:
- an AsymmetricCipherKeyPair containing the generated keys.
-