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