Uses of Class
org.bouncycastle.crypto.asymmetric.GOST3410Parameters
-
Packages that use GOST3410Parameters 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 GOST3410Parameters in org.bouncycastle.crypto.asymmetric
Fields in org.bouncycastle.crypto.asymmetric declared as GOST3410Parameters Modifier and Type Field Description protected GOST3410Parameters<T>AsymmetricGOST3410Key. domainParametersMethods in org.bouncycastle.crypto.asymmetric that return GOST3410Parameters Modifier and Type Method Description GOST3410Parameters<ECDomainParameters>AsymmetricECGOST3410PrivateKey. 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.GOST3410Parameters<T>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.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.Constructors in org.bouncycastle.crypto.asymmetric with parameters of type GOST3410Parameters Constructor Description AsymmetricECGOST3410PrivateKey(Algorithm algorithm, GOST3410Parameters<ECDomainParameters> params, java.math.BigInteger x)AsymmetricECGOST3410PublicKey(Algorithm algorithm, GOST3410Parameters<ECDomainParameters> params, ECPoint w)AsymmetricGOST3410PrivateKey(Algorithm algorithm, GOST3410Parameters<GOST3410DomainParameters> params, java.math.BigInteger x)AsymmetricGOST3410PublicKey(Algorithm algorithm, GOST3410Parameters<GOST3410DomainParameters> params, java.math.BigInteger y) -
Uses of GOST3410Parameters in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return GOST3410Parameters Modifier and Type Method Description GOST3410Parameters<ECDomainParameters>ECGOST3410.KeyGenParameters. getDomainParameters()GOST3410Parameters<GOST3410DomainParameters>GOST3410.KeyGenParameters. getDomainParameters()Constructors in org.bouncycastle.crypto.general with parameters of type GOST3410Parameters Constructor Description KeyGenParameters(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 Constructor Description GOST3410ParameterSpec(GOST3410Parameters parameters)
-