Uses of Class
org.bouncycastle.crypto.general.ECGOST3410.SignatureParameters
Packages that use ECGOST3410.SignatureParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of ECGOST3410.SignatureParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type ECGOST3410.SignatureParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classOperator factory for creating ECGOST3410 based signing and verification operators.Fields in org.bouncycastle.crypto.general declared as ECGOST3410.SignatureParametersModifier and TypeFieldDescriptionstatic final ECGOST3410.SignatureParametersECGOST3410.GOST3410EC GOST GOST3410 algorithm parameter source - default is GOST-3411Methods in org.bouncycastle.crypto.general that return ECGOST3410.SignatureParametersModifier and TypeMethodDescriptionECGOST3410.SignatureParameters.withDigestAlgorithm(DigestAlgorithm digestAlgorithm) Return a new parameter set with for the passed in digest algorithm.Methods in org.bouncycastle.crypto.general that return types with arguments of type ECGOST3410.SignatureParametersModifier and TypeMethodDescriptionECGOST3410.SignatureOperatorFactory.doCreateSigner(AsymmetricPrivateKey key, ECGOST3410.SignatureParameters parameters) ECGOST3410.SignatureOperatorFactory.doCreateValidator(AsymmetricPublicKey key, ECGOST3410.SignatureParameters parameters, byte[] signature) ECGOST3410.SignatureOperatorFactory.doCreateVerifier(AsymmetricPublicKey key, ECGOST3410.SignatureParameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type ECGOST3410.SignatureParametersModifier and TypeMethodDescriptionECGOST3410.SignatureOperatorFactory.doCreateSigner(AsymmetricPrivateKey key, ECGOST3410.SignatureParameters parameters) ECGOST3410.SignatureOperatorFactory.doCreateValidator(AsymmetricPublicKey key, ECGOST3410.SignatureParameters parameters, byte[] signature) ECGOST3410.SignatureOperatorFactory.doCreateVerifier(AsymmetricPublicKey key, ECGOST3410.SignatureParameters parameters)