Uses of Class
org.bouncycastle.crypto.general.ECGOST3410.SignatureParameters
-
Packages that use ECGOST3410.SignatureParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of ECGOST3410.SignatureParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as ECGOST3410.SignatureParameters Modifier and Type Field Description static ECGOST3410.SignatureParametersECGOST3410. GOST3410EC GOST GOST3410 algorithm parameter source - default is GOST-3411Methods in org.bouncycastle.crypto.general that return ECGOST3410.SignatureParameters Modifier and Type Method Description ECGOST3410.SignatureParametersECGOST3410.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.SignatureParameters Modifier and Type Method Description OutputSignerUsingSecureRandom<ECGOST3410.SignatureParameters>ECGOST3410.SignatureOperatorFactory. doCreateSigner(AsymmetricPrivateKey key, ECGOST3410.SignatureParameters parameters)OutputVerifier<ECGOST3410.SignatureParameters>ECGOST3410.SignatureOperatorFactory. doCreateVerifier(AsymmetricPublicKey key, ECGOST3410.SignatureParameters parameters)Methods in org.bouncycastle.crypto.general with parameters of type ECGOST3410.SignatureParameters Modifier and Type Method Description OutputSignerUsingSecureRandom<ECGOST3410.SignatureParameters>ECGOST3410.SignatureOperatorFactory. doCreateSigner(AsymmetricPrivateKey key, ECGOST3410.SignatureParameters parameters)OutputVerifier<ECGOST3410.SignatureParameters>ECGOST3410.SignatureOperatorFactory. doCreateVerifier(AsymmetricPublicKey key, ECGOST3410.SignatureParameters parameters)
-