public interface EncryptionManager
| Modifier and Type | Method and Description |
|---|---|
@NotNull Encryption |
create(@NotNull java.lang.String name,
byte[] data) |
java.util.Collection<EncryptionSupplier> |
getAlgorithms() |
void |
register(@NotNull EncryptionSupplier supplier) |
boolean |
unregister(@NotNull EncryptionSupplier supplier) |
boolean |
unregister(@NotNull java.lang.String name) |
@NotNull @NotNull Encryption create(@NotNull @NotNull java.lang.String name, byte[] data)
void register(@NotNull
@NotNull EncryptionSupplier supplier)
boolean unregister(@NotNull
@NotNull java.lang.String name)
boolean unregister(@NotNull
@NotNull EncryptionSupplier supplier)
java.util.Collection<EncryptionSupplier> getAlgorithms()