Uses of Class
com.amilesend.client.crypto.CryptoHelperException
Packages that use CryptoHelperException
-
Uses of CryptoHelperException in com.amilesend.client.crypto
Methods in com.amilesend.client.crypto that throw CryptoHelperExceptionModifier and TypeMethodDescriptionbyte[]
CryptoHelper.decrypt
(@NonNull EncryptedEnvelope envelope) Decrypts the givenEncryptedEnvelope
and returns the contents as a byte array.Encrypts the given bytes and returns anEncryptedEnvelope
.CryptoHelperFactory.newInstance()
Creates a newCryptoHelper
instance.