Package io.aether.api.common
Interface KeyUtil
-
- All Known Subinterfaces:
KeySymmetricUtil
public interface KeyUtil
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getData()static CryptoEnginemakeProvider(io.aether.api.common.Key key)static <T extends AKey>
Tof(io.aether.api.common.Key key)static <T extends io.aether.api.common.Key>
Tof(AKey key)
-
-
-
Method Detail
-
getData
byte[] getData()
-
of
static <T extends AKey> T of(io.aether.api.common.Key key)
-
makeProvider
static CryptoEngine makeProvider(io.aether.api.common.Key key)
-
of
static <T extends io.aether.api.common.Key> T of(AKey key)
-
-