Uses of Class
org.bouncycastle.crypto.asymmetric.GOST3410DomainParameters
-
Packages that use GOST3410DomainParameters Package Description org.bouncycastle.crypto.asymmetric Keys and parameter classes for asymmetric (public/private) key algorithms.org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants.org.bouncycastle.jcajce.spec 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 GOST3410DomainParameters Modifier and Type Method Description GOST3410Parameters<GOST3410DomainParameters>
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.Constructor parameters in org.bouncycastle.crypto.asymmetric with type arguments of type GOST3410DomainParameters Constructor Description AsymmetricGOST3410PrivateKey(Algorithm algorithm, GOST3410Parameters<GOST3410DomainParameters> params, java.math.BigInteger x)
AsymmetricGOST3410PublicKey(Algorithm algorithm, GOST3410Parameters<GOST3410DomainParameters> params, java.math.BigInteger y)
-
Uses of GOST3410DomainParameters in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return types with arguments of type GOST3410DomainParameters Modifier and Type Method Description GOST3410Parameters<GOST3410DomainParameters>
GOST3410.KeyGenParameters. getDomainParameters()
Constructor parameters in org.bouncycastle.crypto.general with type arguments of type GOST3410DomainParameters Constructor Description KeyGenParameters(GOST3410Parameters<GOST3410DomainParameters> domainParameters)
-
Uses of GOST3410DomainParameters in org.bouncycastle.jcajce.spec
Constructors in org.bouncycastle.jcajce.spec with parameters of type GOST3410DomainParameters Constructor Description GOST3410DomainParameterSpec(GOST3410DomainParameters parameters)
-