|
CXI
|
This class provides methods to create and handle public EC keys. More...
Public Member Functions | |
| ECPublicKey (java.security.spec.ECPublicKeySpec ecPublicKeySpec) | |
| Creates an ECPublicKey object from the given key specifier. More... | |
| ECParameterSpec | getParams () |
| Returns the domain parameters of the EC key. More... | |
| ECPoint | getW () |
| Returns public part of the EC key. More... | |
| byte[] | getEncoded () throws CryptoServerException |
| Returns the EC key in its encoded form (x and y coordinates). More... | |
This class provides methods to create and handle public EC keys.