Uses of Class
org.bouncycastle.crypto.asymmetric.ECDomainParameters
Packages that use ECDomainParameters
Package
Description
Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
Classes and object identifiers related to Ukranian DTSU4145 signature standard.
Keys and parameter classes for asymmetric (public/private) key algorithms.
Classes for FIPS approved mode 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 ECDomainParameters in org.bouncycastle.asn1.cryptopro
Methods in org.bouncycastle.asn1.cryptopro that return ECDomainParametersModifier and TypeMethodDescriptionstatic ECDomainParameters
static ECDomainParameters
ECGOST3410NamedCurves.getByOID
(ASN1ObjectIdentifier oid) return the ECDomainParameters object for the given OID, null if it isn't present. -
Uses of ECDomainParameters in org.bouncycastle.asn1.ua
Methods in org.bouncycastle.asn1.ua that return ECDomainParametersModifier and TypeMethodDescriptionstatic ECDomainParameters
DSTU4145NamedCurves.getByOID
(ASN1ObjectIdentifier oid) All named curves have the following oid format: 1.2.804.2.1.1.1.1.3.1.1.2.X where X is the curve number 0-9Constructors in org.bouncycastle.asn1.ua with parameters of type ECDomainParameters -
Uses of ECDomainParameters in org.bouncycastle.crypto.asymmetric
Subclasses of ECDomainParameters in org.bouncycastle.crypto.asymmetricModifier and TypeClassDescriptionfinal class
Extension class that identifies this domain parameter set as being the ImplicitlyCa domain parameters for this JVM.class
EC domain parameters associated with a specific object identifier.Fields in org.bouncycastle.crypto.asymmetric declared as ECDomainParametersMethods in org.bouncycastle.crypto.asymmetric that return ECDomainParametersModifier and TypeMethodDescriptionAsymmetricECKey.getDomainParameters()
Return the Elliptic Curve domain parameters associated with this key.final ECDomainParameters
AsymmetricECPrivateKey.getDomainParameters()
Return the Elliptic Curve domain parameters associated with this key.DSTU4145Parameters.getDomainParameters()
Methods in org.bouncycastle.crypto.asymmetric that return types with arguments of type ECDomainParametersModifier 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.Methods in org.bouncycastle.crypto.asymmetric with parameters of type ECDomainParametersModifier and TypeMethodDescriptionstatic ASN1ObjectIdentifier
ECDomainParametersIndex.lookupOID
(ECDomainParameters domainParameters) Constructors in org.bouncycastle.crypto.asymmetric with parameters of type ECDomainParametersModifierConstructorDescriptionAsymmetricECPrivateKey
(Algorithm ecAlg, ECDomainParameters domainParameters, BigInteger s) AsymmetricECPrivateKey
(Algorithm ecAlg, ECDomainParameters domainParameters, BigInteger s, ECPoint w) AsymmetricECPublicKey
(Algorithm ecAlg, ECDomainParameters domainParameters, byte[] encodedPoint) AsymmetricECPublicKey
(Algorithm ecAlg, ECDomainParameters domainParameters, ECPoint q) DSTU4145Parameters
(ECDomainParameters domainParameters) DSTU4145Parameters
(ECDomainParameters domainParameters, byte[] dke) ECImplicitDomainParameters
(ECDomainParameters domainParameters) Base constructor.Constructor parameters in org.bouncycastle.crypto.asymmetric with type arguments of type ECDomainParametersModifierConstructorDescriptionAsymmetricECGOST3410PrivateKey
(Algorithm algorithm, GOST3410Parameters<ECDomainParameters> params, BigInteger x) AsymmetricECGOST3410PublicKey
(Algorithm algorithm, GOST3410Parameters<ECDomainParameters> params, ECPoint w) -
Uses of ECDomainParameters in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return ECDomainParametersModifier and TypeMethodDescriptionFipsEC.KeyGenParameters.getDomainParameters()
Return the EC domain parameters for this object.Constructors in org.bouncycastle.crypto.fips with parameters of type ECDomainParametersModifierConstructorDescriptionKeyGenParameters
(ECDomainParameters domainParameters) Constructor for the default algorithm ID.KeyGenParameters
(FipsEC.AgreementParameters parameters, ECDomainParameters domainParameters) Constructor for specifying an Agreement algorithm explicitly.KeyGenParameters
(FipsEC.DHUAgreementParametersBuilder builder, ECDomainParameters domainParameters) Constructor for specifying the CDHU algorithm explicitly.KeyGenParameters
(FipsEC.DSAParameters parameters, ECDomainParameters domainParameters) Constructor for specifying the DSA algorithm explicitly.KeyGenParameters
(FipsEC.MQVAgreementParametersBuilder builder, ECDomainParameters domainParameters) Constructor for specifying the MQV algorithm explicitly. -
Uses of ECDomainParameters in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return ECDomainParametersMethods in org.bouncycastle.crypto.general that return types with arguments of type ECDomainParametersConstructors in org.bouncycastle.crypto.general with parameters of type ECDomainParametersModifierConstructorDescriptionKeyGenParameters
(ECDomainParameters domainParameters) Base constructor for specific domain parameters.KeyGenParameters
(EC.DSAParameters parameters, ECDomainParameters domainParameters) Key Generation parameters for a specific algorithm set.Constructor parameters in org.bouncycastle.crypto.general with type arguments of type ECDomainParametersModifierConstructorDescriptionKeyGenParameters
(GOST3410Parameters<ECDomainParameters> domainParameters) -
Uses of ECDomainParameters in org.bouncycastle.crypto.internal.params
Constructors in org.bouncycastle.crypto.internal.params with parameters of type ECDomainParametersModifierConstructorDescriptionEcDomainParameters
(ECDomainParameters params) EcDomainParameters
(ECDomainParameters params, BigInteger hInv) -
Uses of ECDomainParameters in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return ECDomainParametersModifier and TypeMethodDescriptionECDomainParameterSpec.getDomainParameters()
Return the ECDomainParameters object we carry.Constructors in org.bouncycastle.jcajce.spec with parameters of type ECDomainParametersModifierConstructorDescriptionDSTU4145ParameterSpec
(ECDomainParameters parameters) ECDomainParameterSpec
(ECDomainParameters parameters) Base constructor - wrap an ECDomainParameters.