Uses of Class
org.bouncycastle.jcajce.spec.DSTU4145ParameterSpec
Packages that use DSTU4145ParameterSpec
Package
Description
Key interfaces for supporting provider specific algorithms.
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of DSTU4145ParameterSpec in org.bouncycastle.jcajce.interfaces
Methods in org.bouncycastle.jcajce.interfaces that return DSTU4145ParameterSpec -
Uses of DSTU4145ParameterSpec in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return DSTU4145ParameterSpecModifier and TypeMethodDescriptionDSTU4145PrivateKeySpec.getParams()
DSTU4145PublicKeySpec.getParams()
Constructors in org.bouncycastle.jcajce.spec with parameters of type DSTU4145ParameterSpecModifierConstructorDescriptionDSTU4145PrivateKeySpec
(BigInteger s, DSTU4145ParameterSpec parameters) Creates a new GOST3410PrivateKeySpec with the specified parameter values.DSTU4145PublicKeySpec
(ECPoint w, DSTU4145ParameterSpec parameters) Creates a new GOST3410PublicKeySpec with the specified parameter values.