Class GOST3410Util
java.lang.Object
org.bouncycastle.jcajce.provider.asymmetric.util.GOST3410Util
utility class for converting jce/jca GOST3410-94 objects
objects into their org.bouncycastle.crypto counterparts.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GOST3410Util
public GOST3410Util()
-
-
Method Details
-
generatePublicKeyParameter
public static AsymmetricKeyParameter generatePublicKeyParameter(PublicKey key) throws InvalidKeyException - Throws:
InvalidKeyException
-
generatePrivateKeyParameter
public static AsymmetricKeyParameter generatePrivateKeyParameter(PrivateKey key) throws InvalidKeyException - Throws:
InvalidKeyException
-