Package io.aether.api
Class CryptoUtils
- java.lang.Object
-
- io.aether.api.CryptoUtils
-
public class CryptoUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CryptoUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CryptoEnginemakeProvider(io.aether.api.common.Key key)static <T extends AKey>
Tof(io.aether.api.common.Key key)static PairAsymKeysSignedof(io.aether.api.common.PairKeysAsymSigned k)static Signof(io.aether.api.common.Sign sign)static SignedKeyof(io.aether.api.common.SignedKey key)static <T extends io.aether.api.common.Key>
Tof(AKey key)static io.aether.api.common.Signof(Sign sign)static io.aether.api.common.SignedKeyof(SignedKey key)static booleanverifySign(SignedKey key, java.lang.Iterable<SignChecker> checkers)
-
-
-
Method Detail
-
of
public static PairAsymKeysSigned of(io.aether.api.common.PairKeysAsymSigned k)
-
of
public static SignedKey of(io.aether.api.common.SignedKey key)
-
verifySign
public static boolean verifySign(SignedKey key, java.lang.Iterable<SignChecker> checkers)
-
of
public static io.aether.api.common.SignedKey of(SignedKey key)
-
of
public static Sign of(io.aether.api.common.Sign sign)
-
of
public static io.aether.api.common.Sign of(Sign sign)
-
of
public static <T extends AKey> T of(io.aether.api.common.Key key)
-
makeProvider
public static CryptoEngine makeProvider(io.aether.api.common.Key key)
-
of
public static <T extends io.aether.api.common.Key> T of(AKey key)
-
-