LENGTH_EC_FP_256 cannot be resolved or is not a field
LENGTH_EC_FP_256 cannot be resolved or is not a field
I have the following code:
import javacard.security.KeyBuilder;
public KeyPair key = new KeyPair(KeyPair.ALG_EC_FP, KeyBuilder.LENGTH_EC_FP_256);
but am getting the error message 'LENGTH_EC_FP_256 cannot be resolved or is not a field'
What could be the reason for this?
Thank you
import javacard.security.KeyBuilder;
public KeyPair key = new KeyPair(KeyPair.ALG_EC_FP, KeyBuilder.LENGTH_EC_FP_256);
but am getting the error message 'LENGTH_EC_FP_256 cannot be resolved or is not a field'
What could be the reason for this?
Thank you
Who is online
Users browsing this forum: Baidu [Spider] and 9 guests