415416417418419420421
* @param kp the key pair * * @return the key provider ready for use in authentication */ public KeyProvider loadKeys(KeyPair kp) { return new KeyPairWrapper(kp); }
425426427428429430431