525354555657585960
throw new NullorEmptySecretException("Oops, KeyPair secret " + "for user (" + id + ") was null or unknown."); } return kp; } catch (Exception e) { throw new UsernameNotFoundException("Failed to load required " + "user details for ID: " + id, e); } }