Uses of Interface
java.security.interfaces.ECKey
| Package | Description |
|---|---|
| java.security.interfaces |
This package provides the interfaces needed to generate:
(1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard;
(2) Keys for the Digital Signature Algorithm (DSA) specified by FIPS-186;
(3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
|
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of ECKey in java.security.interfaces
Subinterfaces of ECKey in java.security.interfaces Modifier and Type Interface Description interfaceECPrivateKeyThe interface for an Elliptic Curve (EC) private key.interfaceECPublicKeyThe interface for an Elliptic Curve (EC) public key. -
Uses of ECKey in org.bouncycastle.jcajce.provider.asymmetric.ec
Classes in org.bouncycastle.jcajce.provider.asymmetric.ec that implement ECKey Modifier and Type Class Description classBCECPrivateKeyclassBCECPublicKey -
Uses of ECKey in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement ECKey Modifier and Type Class Description classJCEECPrivateKeyclassJCEECPublicKey -
Uses of ECKey in org.conscrypt
Classes in org.conscrypt that implement ECKey Modifier and Type Class Description classOpenSSLECPrivateKeyclassOpenSSLECPublicKey