Package com.google.gerrit.sshd
Class InvalidKeyAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.spec.InvalidKeySpecException
com.google.gerrit.sshd.InvalidKeyAlgorithmException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidKeyAlgorithmException
(String invalidKeyAlgo, String expectedKeyAlgo, PublicKey publicKey) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidKeyAlgorithmException
-
-
Method Details
-
getInvalidKeyAlgo
-
getExpectedKeyAlgo
-
getPublicKey
-