Page 1 of 1
RSA algorithem
Posted: Fri Jun 29, 2018 3:32 am
by naresh
Good Morning,
i want to know "the length of the public RSA modulus of the ICC key in bytes" .
regards,
Thammineni Naresh
Re: RSA algorithem
Posted: Fri Jun 29, 2018 4:37 am
by DaHuFa
Public RSA key modulus length can from 64 bytes to 512 bytes. Even it can longer than 512 bytes.
Re: RSA algorithem
Posted: Thu Jul 05, 2018 4:28 am
by happy123654
There are the RSA public key from 512(bit length) to 4096(bit length) in new JAVACARD special 3.0.5
public static final short LENGTH_RSA_512 = 512;
public static final short LENGTH_RSA_736 = 736;
public static final short LENGTH_RSA_768 = 768;
public static final short LENGTH_RSA_896 = 896;
public static final short LENGTH_RSA_1024 = 1024;
public static final short LENGTH_RSA_1280 = 1280;
public static final short LENGTH_RSA_1536 = 1536;
public static final short LENGTH_RSA_1984 = 1984;
public static final short LENGTH_RSA_2048 = 2048;
public static final short LENGTH_RSA_4096 = 4096;