Package io.aether.api.common
Interface SignedKeyUtil
-
public interface SignedKeyUtil
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description io.aether.api.common.KeygetKey()io.aether.api.common.SigngetSign()static SignedKeyof(io.aether.api.common.SignedKey key)static io.aether.api.common.SignedKeyof(SignedKey key)static booleanverifySign(io.aether.api.common.SignedKey key, java.lang.Iterable<SignChecker> checkers)
-
-
-
Method Detail
-
getKey
io.aether.api.common.Key getKey()
-
getSign
io.aether.api.common.Sign getSign()
-
of
static SignedKey of(io.aether.api.common.SignedKey key)
-
verifySign
static boolean verifySign(io.aether.api.common.SignedKey key, java.lang.Iterable<SignChecker> checkers)
-
of
static io.aether.api.common.SignedKey of(SignedKey key)
-
-