Provides classes and interfaces specific to Elliptic Curve Encryption as used within Professional BasicCard.
Classes
Class | Description | |
---|---|---|
![]() | EC161 |
Elliptic curve cryptography with 161 bit key length over GF(2^168).
|
![]() | EC161CurveData |
Three pre-computed Elliptic Curves.
|
![]() | EC167 |
Elliptic curve cryptography over GF(2^167).
|
![]() | EC167CurveData |
Five pre-computed Elliptic Curves.
|
![]() | EC211 |
Elliptic curve cryptography over GF(2^211).
|
![]() | EC211CurveData |
Five pre-computed Elliptic Curves for EC-211.
|
![]() | ECException |
Exceptions thrown by EC classes.
|
![]() | ECp |
Elliptic curve cryptography over GF(p).
|
![]() | ECpCurveData |
14 Elliptic Curve definitions.
|
![]() | GFException |
Exceptions thrown by Galois Field classes.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | EllipticCurve |
Elliptic curve cryptography interface.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | ECErrorCode |
EC error codes.
|
![]() | GFErrorCode |
Error codes used by Galois Field classes.
|
![]() | SignatureAlgorithm |
Signature algorithm
|