unregister

abstract fun unregister(@NotNull name: @NotNull String): Boolean

Unregisters an encryption algorithm by its name.

Return

true if the activation was successfully unregistered, false if the encryption was not found.

Parameters

name

The name of the encryption algorithm to unregister.


abstract fun unregister(@NotNull supplier: @NotNull EncryptionSupplier): Boolean

Unregisters an encryption algorithm supplier.

Return

true if the activation was successfully unregistered, false if the encryption was not found.

Parameters

supplier

The encryption algorithm supplier to unregister.