This commit is contained in:
Shikhar Bhushan
2010-08-07 22:34:09 +01:00
parent 974e88efb4
commit 888a8f60d7

View File

@@ -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) {