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
public class InvalidKeyAlgorithmException extends InvalidKeySpecException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidKeyAlgorithmException(String invalidKeyAlgo, String expectedKeyAlgo, PublicKey publicKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExpectedKeyAlgo()
String
getInvalidKeyAlgo()
PublicKey
getPublicKey()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-