Uses of Class
de.das.encrypter.model.InvalidKeyException

Packages that use InvalidKeyException
Package
Description
Classes for performing specific tasks such as encrypting, decrypting, byte array splitting and assembling, sending byte arrays, searching for keys, generating random factors, and the like.
  • Uses of InvalidKeyException in de.das.encrypter.processors

    Modifier and Type
    Method
    Description
    byte[]
    EncoderDecoder.encrypt(long entryPoint, byte[] key, byte[] data)
    Encrypts the specified data using the specified key, with key usage starting at the specified entry position.
    byte[]
    EncoderDecoder.encrypt(long entryPoint, byte[] key, byte[] data, String fileName)
    Encrypts the specified data using the specified key, with key usage starting at the specified entry position.
    byte[]
    EncoderDecoder.encrypt(long keyId, byte[] pureKey, long entryPoint, byte[] data, String fileName)
    This encryption method assumes that the given key is a part of the key identified by the given ID started at the given entry point position.