Searched refs:RSA_MIN_KEY_SIZE (Results 1 – 1 of 1) sorted by relevance
74 private static final int RSA_MIN_KEY_SIZE = 512; field in KeyPairGeneratorSpec190 if (keySize < RSA_MIN_KEY_SIZE || keySize > RSA_MAX_KEY_SIZE) { in checkValidKeySize()191 throw new IllegalArgumentException("RSA keys must be >= " + RSA_MIN_KEY_SIZE in checkValidKeySize()