|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Security_parameter.Calibration | |
---|---|
ds.ov2.front | Frontoffice code for applet and host side, including a test frame. |
ds.ov2.util | OV-chip protocol layer, general APDU data types and other miscellaneous code. |
Uses of Security_parameter.Calibration in ds.ov2.front |
---|
Fields in ds.ov2.front with type parameters of type Security_parameter.Calibration | |
---|---|
static Reference<Security_parameter.Calibration> |
State.security_calibration
Calibration data to use for the Security_parameter
methods. |
Uses of Security_parameter.Calibration in ds.ov2.util |
---|
Fields in ds.ov2.util declared as Security_parameter.Calibration | |
---|---|
static Security_parameter.Calibration |
Security_parameter.rsa_2004_estimation
Calibration data from Lenstra's "Key length" article. |
static Security_parameter.Calibration |
Security_parameter.rsa_768_break_2009
Calibration from the RSA 768 factorization in 2009. |
Methods in ds.ov2.util with parameters of type Security_parameter.Calibration | |
---|---|
static int |
Security_parameter.exponent_length_for_modulus_length_full_byte(int year,
int modulus_length,
Security_parameter.Calibration cal)
Same as exponent_length_for_modulus_length but round the exponent
length up to the next multiple of 8. |
static int |
Security_parameter.exponent_length_for_modulus_length(int year,
int modulus_length,
Security_parameter.Calibration cal)
Compute an exponent length for an RSA key length suitable up to year year . |
static double |
Security_parameter.rsa_cost(int year,
int modulus_length,
Security_parameter.Calibration cal)
Cost in dollar days that is needed to break an RSA key of size modulus_length in the year year . |
static double |
Security_parameter.rsa_level(int year,
int modulus_length,
Security_parameter.Calibration cal)
Security level an RSA key length provides in a given year. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |