Uses of Class
org.bouncycastle.crypto.general.GOST3410.SignatureParameters
-
Packages that use GOST3410.SignatureParameters Package Description org.bouncycastle.crypto.general 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.SignatureParameters Modifier and Type Field Description static GOST3410.SignatureParameters
GOST3410. GOST3410
EC GOST GOST3410 algorithm parameter source - default is GOST-3411Methods in org.bouncycastle.crypto.general that return GOST3410.SignatureParameters Modifier and Type Method Description GOST3410.SignatureParameters
GOST3410.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.SignatureParameters Modifier and Type Method Description OutputSignerUsingSecureRandom<GOST3410.SignatureParameters>
GOST3410.SignatureOperatorFactory. doCreateSigner(AsymmetricPrivateKey key, GOST3410.SignatureParameters parameters)
OutputVerifier<GOST3410.SignatureParameters>
GOST3410.SignatureOperatorFactory. doCreateVerifier(AsymmetricPublicKey key, GOST3410.SignatureParameters parameters)
Methods in org.bouncycastle.crypto.general with parameters of type GOST3410.SignatureParameters Modifier and Type Method Description OutputSignerUsingSecureRandom<GOST3410.SignatureParameters>
GOST3410.SignatureOperatorFactory. doCreateSigner(AsymmetricPrivateKey key, GOST3410.SignatureParameters parameters)
OutputVerifier<GOST3410.SignatureParameters>
GOST3410.SignatureOperatorFactory. doCreateVerifier(AsymmetricPublicKey key, GOST3410.SignatureParameters parameters)
-