Uses of Interface
org.bouncycastle.crypto.asymmetric.ECDomainParametersID
Packages that use ECDomainParametersID
Package
Description
Keys and parameter classes for asymmetric (public/private) key algorithms.
Classes for FIPS approved mode algorithms
-
Uses of ECDomainParametersID in org.bouncycastle.crypto.asymmetric
Methods in org.bouncycastle.crypto.asymmetric with parameters of type ECDomainParametersIDModifier and TypeMethodDescriptionstatic NamedECDomainParameters
ECDomainParametersIndex.lookupDomainParameters
(ECDomainParametersID paramID) Retrieve an EC based domain parameter by parameter ID.Constructors in org.bouncycastle.crypto.asymmetric with parameters of type ECDomainParametersIDModifierConstructorDescriptionAsymmetricECPrivateKey
(Algorithm ecAlg, ECDomainParametersID domainParametersID, BigInteger s) AsymmetricECPrivateKey
(Algorithm ecAlg, ECDomainParametersID domainParametersID, BigInteger s, ECPoint w) AsymmetricECPublicKey
(Algorithm ecAlg, ECDomainParametersID domainParameterID, byte[] encodedPoint) AsymmetricECPublicKey
(Algorithm ecAlg, ECDomainParametersID domainParameterID, ECPoint q) -
Uses of ECDomainParametersID in org.bouncycastle.crypto.fips
Classes in org.bouncycastle.crypto.fips that implement ECDomainParametersIDModifier and TypeClassDescriptionstatic enum
An enumeration of ECDomainParametersID for the NIST defined EC domain parameters.