Uses of Class
org.bouncycastle.crypto.general.GOST3410.SignatureParameters
Packages that use GOST3410.SignatureParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of GOST3410.SignatureParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as GOST3410.SignatureParametersModifier and TypeFieldDescriptionstatic final GOST3410.SignatureParametersGOST3410.GOST3410EC GOST GOST3410 algorithm parameter source - default is GOST-3411Methods in org.bouncycastle.crypto.general that return GOST3410.SignatureParametersModifier and TypeMethodDescriptionGOST3410.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 GOST3410.SignatureParametersModifier and TypeMethodDescriptionGOST3410.SignatureOperatorFactory.doCreateSigner(AsymmetricPrivateKey key, GOST3410.SignatureParameters parameters) GOST3410.SignatureOperatorFactory.doCreateValidator(AsymmetricPublicKey key, GOST3410.SignatureParameters parameters, byte[] signature) GOST3410.SignatureOperatorFactory.doCreateVerifier(AsymmetricPublicKey key, GOST3410.SignatureParameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type GOST3410.SignatureParametersModifier and TypeMethodDescriptionGOST3410.SignatureOperatorFactory.doCreateSigner(AsymmetricPrivateKey key, GOST3410.SignatureParameters parameters) GOST3410.SignatureOperatorFactory.doCreateValidator(AsymmetricPublicKey key, GOST3410.SignatureParameters parameters, byte[] signature) GOST3410.SignatureOperatorFactory.doCreateVerifier(AsymmetricPublicKey key, GOST3410.SignatureParameters parameters)