Uses of Class
org.bouncycastle.crypto.asymmetric.GOST3410Parameters
Packages that use GOST3410Parameters
Package
Description
Keys and parameter classes for asymmetric (public/private) key algorithms.
Classes for general encryption algorithms and non-FIPS approved variants.
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of GOST3410Parameters in org.bouncycastle.crypto.asymmetric
Fields in org.bouncycastle.crypto.asymmetric declared as GOST3410ParametersModifier and TypeFieldDescriptionprotected GOST3410Parameters
<T> AsymmetricGOST3410Key.domainParameters
Methods in org.bouncycastle.crypto.asymmetric that return GOST3410ParametersModifier and TypeMethodDescriptionAsymmetricECGOST3410PrivateKey.getParameters()
Return the domain parameters associated with this key.These will either be for GOST R 34.10-1994 or GOST R 34.10-2001 depending on the key type.AsymmetricGOST3410Key.getParameters()
Return the domain parameters associated with this key.These will either be for GOST R 34.10-1994 or GOST R 34.10-2001 depending on the key type.AsymmetricGOST3410PrivateKey.getParameters()
Return the domain parameters associated with this key.These will either be for GOST R 34.10-1994 or GOST R 34.10-2001 depending on the key type.Constructors in org.bouncycastle.crypto.asymmetric with parameters of type GOST3410ParametersModifierConstructorDescriptionAsymmetricECGOST3410PrivateKey
(Algorithm algorithm, GOST3410Parameters<ECDomainParameters> params, BigInteger x) AsymmetricECGOST3410PublicKey
(Algorithm algorithm, GOST3410Parameters<ECDomainParameters> params, ECPoint w) AsymmetricGOST3410PrivateKey
(Algorithm algorithm, GOST3410Parameters<GOST3410DomainParameters> params, BigInteger x) AsymmetricGOST3410PublicKey
(Algorithm algorithm, GOST3410Parameters<GOST3410DomainParameters> params, BigInteger y) -
Uses of GOST3410Parameters in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return GOST3410ParametersModifier and TypeMethodDescriptionECGOST3410.KeyGenParameters.getDomainParameters()
GOST3410.KeyGenParameters.getDomainParameters()
Constructors in org.bouncycastle.crypto.general with parameters of type GOST3410ParametersModifierConstructorDescriptionKeyGenParameters
(GOST3410Parameters<ECDomainParameters> domainParameters) KeyGenParameters
(GOST3410Parameters<GOST3410DomainParameters> domainParameters) -
Uses of GOST3410Parameters in org.bouncycastle.jcajce.spec
Constructors in org.bouncycastle.jcajce.spec with parameters of type GOST3410Parameters