Uses of Class
java.security.spec.ECPublicKeySpec
| Package | Description |
|---|---|
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.bouncycastle.jce.provider | |
| org.conscrypt |
-
Uses of ECPublicKeySpec in org.bouncycastle.jcajce.provider.asymmetric.ec
Constructors in org.bouncycastle.jcajce.provider.asymmetric.ec with parameters of type ECPublicKeySpec Constructor Description BCECPublicKey(String algorithm, ECPublicKeySpec spec, ProviderConfiguration configuration) -
Uses of ECPublicKeySpec in org.bouncycastle.jce.provider
Constructors in org.bouncycastle.jce.provider with parameters of type ECPublicKeySpec Constructor Description JCEECPublicKey(String algorithm, ECPublicKeySpec spec) -
Uses of ECPublicKeySpec in org.conscrypt
Constructors in org.conscrypt with parameters of type ECPublicKeySpec Constructor Description OpenSSLECPublicKey(ECPublicKeySpec ecKeySpec)