Package org.bouncycastle.crypto.general
Class ECGOST3410
- java.lang.Object
-
- org.bouncycastle.crypto.general.ECGOST3410
-
public final class ECGOST3410 extends java.lang.ObjectSource class for implementations of ECGOST3410 based algorithms.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classECGOST3410.KeyGenParametersECGOST3410 key pair generation parameters.static classECGOST3410.KeyPairGeneratorECGOST3410 key pair generator class.static classECGOST3410.SignatureOperatorFactoryOperator factory for creating ECGOST3410 based signing and verification operators.static classECGOST3410.SignatureParametersParameters for ECGOST3410 signatures.
-
Field Summary
Fields Modifier and Type Field Description static GeneralAlgorithmALGORITHMBasic EC GOST 3410 key marker, can be used for creating general purpose EC GOST 3410 keys.static ECGOST3410.SignatureParametersGOST3410EC 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
-
-