Uses of Class
de.das.encrypter.model.NoKeyAvailableException
Packages that use NoKeyAvailableException
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 NoKeyAvailableException in de.das.encrypter.processors
Methods in de.das.encrypter.processors that throw NoKeyAvailableExceptionModifier and TypeMethodDescriptionbyte[]EncoderDecoder.decrypt(byte[] data) Assumes that the specified byte array is encrypted and attempts to decrypt the data using the key whose ID is in the header of the encrypted data.