Uses of Class
org.bouncycastle.crypto.asymmetric.GOST3410DomainParameters
Packages that use GOST3410DomainParameters
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 GOST3410DomainParameters in org.bouncycastle.crypto.asymmetric
Methods in org.bouncycastle.crypto.asymmetric that return types with arguments of type GOST3410DomainParametersModifier and TypeMethodDescriptionAsymmetricGOST3410PrivateKey.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.Constructor parameters in org.bouncycastle.crypto.asymmetric with type arguments of type GOST3410DomainParametersModifierConstructorDescriptionAsymmetricGOST3410PrivateKey
(Algorithm algorithm, GOST3410Parameters<GOST3410DomainParameters> params, BigInteger x) AsymmetricGOST3410PublicKey
(Algorithm algorithm, GOST3410Parameters<GOST3410DomainParameters> params, BigInteger y) -
Uses of GOST3410DomainParameters in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return types with arguments of type GOST3410DomainParametersConstructor parameters in org.bouncycastle.crypto.general with type arguments of type GOST3410DomainParametersModifierConstructorDescriptionKeyGenParameters
(GOST3410Parameters<GOST3410DomainParameters> domainParameters) -
Uses of GOST3410DomainParameters in org.bouncycastle.jcajce.spec
Constructors in org.bouncycastle.jcajce.spec with parameters of type GOST3410DomainParameters