Uses of Class
org.bouncycastle.jcajce.spec.DSTU4145ParameterSpec
-
Packages that use DSTU4145ParameterSpec Package Description org.bouncycastle.jcajce.interfaces Key interfaces for supporting provider specific algorithms.org.bouncycastle.jcajce.spec 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 Modifier and Type Method Description DSTU4145ParameterSpec
DSTU4145Key. getParams()
-
Uses of DSTU4145ParameterSpec in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return DSTU4145ParameterSpec Modifier and Type Method Description DSTU4145ParameterSpec
DSTU4145PrivateKeySpec. getParams()
DSTU4145ParameterSpec
DSTU4145PublicKeySpec. getParams()
Constructors in org.bouncycastle.jcajce.spec with parameters of type DSTU4145ParameterSpec Constructor Description DSTU4145PrivateKeySpec(java.math.BigInteger s, DSTU4145ParameterSpec parameters)
Creates a new GOST3410PrivateKeySpec with the specified parameter values.DSTU4145PublicKeySpec(java.security.spec.ECPoint w, DSTU4145ParameterSpec parameters)
Creates a new GOST3410PublicKeySpec with the specified parameter values.
-