Module crypt.api

Interface ByteArrayDecryptor

All Superinterfaces:
Decryptor<byte[],byte[]>

public interface ByteArrayDecryptor extends Decryptor<byte[],byte[]>
Interface for decrypt byte objects.
  • Method Summary

    Methods inherited from interface io.github.astrapi69.crypt.api.Decryptor

    decrypt