public class

GOST3410KeyPairGenerator

extends Object
implements AsymmetricCipherKeyPairGenerator
java.lang.Object
   ↳ org.bouncycastle.crypto.generators.GOST3410KeyPairGenerator

Class Overview

a GOST3410 key pair generator. This generates GOST3410 keys in line with the method described in GOST R 34.10-94.

Summary

Public Constructors
GOST3410KeyPairGenerator()
Public Methods
AsymmetricCipherKeyPair generateKeyPair()
return an AsymmetricCipherKeyPair containing the generated keys.
void init(KeyGenerationParameters param)
intialise the key pair generator.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator

Public Constructors

public GOST3410KeyPairGenerator ()

Public Methods

public AsymmetricCipherKeyPair generateKeyPair ()

return an AsymmetricCipherKeyPair containing the generated keys.

Returns
  • an AsymmetricCipherKeyPair containing the generated keys.

public void init (KeyGenerationParameters param)

intialise the key pair generator.

Parameters
param the parameters the key pair is to be initialised with.