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
Methods in de.das.encrypter.processors that throw InvalidKeyExceptionModifier and TypeMethodDescriptionbyte[]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[]Encrypts the specified data using the specified key, with key usage starting at the specified entry position.byte[]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.