Package org.bouncycastle.crypto.general
Class ECGOST3410
- java.lang.Object
-
- org.bouncycastle.crypto.general.ECGOST3410
-
public final class ECGOST3410 extends java.lang.Object
Source class for implementations of ECGOST3410 based algorithms.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ECGOST3410.KeyGenParameters
ECGOST3410 key pair generation parameters.static class
ECGOST3410.KeyPairGenerator
ECGOST3410 key pair generator class.static class
ECGOST3410.SignatureOperatorFactory
Operator factory for creating ECGOST3410 based signing and verification operators.static class
ECGOST3410.SignatureParameters
Parameters for ECGOST3410 signatures.
-
Field Summary
Fields Modifier and Type Field Description static GeneralAlgorithm
ALGORITHM
Basic EC GOST 3410 key marker, can be used for creating general purpose EC GOST 3410 keys.static ECGOST3410.SignatureParameters
GOST3410
EC GOST GOST3410 algorithm parameter source - default is GOST-3411
-
-
-
Field Detail
-
ALGORITHM
public static final GeneralAlgorithm ALGORITHM
Basic EC GOST 3410 key marker, can be used for creating general purpose EC GOST 3410 keys.
-
GOST3410
public static final ECGOST3410.SignatureParameters GOST3410
EC GOST GOST3410 algorithm parameter source - default is GOST-3411
-
-