Lines Matching refs:InvalidKeySpecException
323 * @exception InvalidKeySpecException if the given key specification
327 throws InvalidKeySpecException {
343 if (failure instanceof InvalidKeySpecException) {
344 throw (InvalidKeySpecException)failure;
346 throw new InvalidKeySpecException
361 * @exception InvalidKeySpecException if the requested key specification is
371 throws InvalidKeySpecException {
387 if (failure instanceof InvalidKeySpecException) {
388 throw (InvalidKeySpecException)failure;
390 throw new InvalidKeySpecException