Class OwlCurves
java.lang.Object
org.bouncycastle.crypto.agreement.owl.OwlCurves
Standard pre-computed elliptic curves for use by Owl.
(Owl can use pre-computed elliptic curves or prime order groups, same as DSA and Diffie-Hellman.)
This class contains some convenient constants for use as input for
constructing OwlClients and OwlServer.
The prime order groups below are taken from NIST SP 800-186, "Recommendations for Discrete Logarithm-based Cryptography: Elliptic Curve Domain Parameters", published by NIST.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NIST_P256
From NIST. 128-bit security. -
NIST_P384
From NIST. 192-bit security. -
NIST_P521
From NIST. 256-bit security.
-
-
Constructor Details
-
OwlCurves
public OwlCurves()
-