Searched refs:RSA_MAX_KEY_SIZE (Results 1 – 1 of 1) sorted by relevance
75 private static final int RSA_MAX_KEY_SIZE = 8192; field in KeyPairGeneratorSpec190 if (keySize < RSA_MIN_KEY_SIZE || keySize > RSA_MAX_KEY_SIZE) { in checkValidKeySize()192 + " and <= " + RSA_MAX_KEY_SIZE); in checkValidKeySize()