Closed pavlovkv closed 4 months ago
Use ECKey (https://docs.oracle.com/javase/8/docs/api/java/security/interfaces/ECKey.html) in bign keys hierarchy
Interface ECKey add only one method: ECParameterSpec getParams(). Classes to be supported:
public BignParams getParams() is supported in BignKey. It seems to be more usable than ECParameterSpec.
Use ECKey (https://docs.oracle.com/javase/8/docs/api/java/security/interfaces/ECKey.html) in bign keys hierarchy