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