Uses of Class
io.mangoo.exceptions.MangooEncryptionException
Packages that use MangooEncryptionException
-
Uses of MangooEncryptionException in io.mangoo.crypto
Methods in io.mangoo.crypto that throw MangooEncryptionExceptionModifier and TypeMethodDescriptionbyte[]Crypto.decrypt(byte[] text, PrivateKey key) Decrypt text using private keyCrypto.decrypt(String text, PrivateKey key) Decrypt Base64 encoded text using private keybyte[]Encrypt a text using public keyEncrypt a text using public key.Crypto.getPrivateKeyFromString(String key) Generates Private Key from Base64 encoded stringCrypto.getPublicKeyFromString(String key) Generates Public Key from Base64 encoded string