Searched refs:DSA_MIN_KEY_SIZE (Results 1 – 1 of 1) sorted by relevance
64 private static final int DSA_MIN_KEY_SIZE = 512; field in KeyPairGeneratorSpec180 if (keySize < DSA_MIN_KEY_SIZE || keySize > DSA_MAX_KEY_SIZE) { in checkValidKeySize()181 throw new IllegalArgumentException("DSA keys must be >= " + DSA_MIN_KEY_SIZE in checkValidKeySize()