diff --git a/src/main/java/net/schmizz/sshj/common/KeyType.java b/src/main/java/net/schmizz/sshj/common/KeyType.java index 951add8e..4c985de6 100644 --- a/src/main/java/net/schmizz/sshj/common/KeyType.java +++ b/src/main/java/net/schmizz/sshj/common/KeyType.java @@ -121,7 +121,6 @@ public enum KeyType { public abstract void putPubKeyIntoBuffer(PublicKey pk, Buffer buf); - protected abstract boolean isMyType(Key key); public static KeyType fromKey(Key key) {