Uses of Class
io.mangoo.exceptions.MangooEncryptionException
-
Packages that use MangooEncryptionException Package Description io.mangoo.crypto -
-
Uses of MangooEncryptionException in io.mangoo.crypto
Methods in io.mangoo.crypto that throw MangooEncryptionException Modifier and Type Method Description byte[]Crypto. decrypt(byte[] text, PrivateKey key)Decrypt text using private keyStringCrypto. decrypt(String text, PrivateKey key)Decrypt Base64 encoded text using private keybyte[]Crypto. encrypt(byte[] text, PublicKey key)Encrypt a text using public keyStringCrypto. encrypt(String text, PublicKey key)Encrypt a text using public key.PrivateKeyCrypto. getPrivateKeyFromString(String key)Generates Private Key from Base64 encoded stringPublicKeyCrypto. getPublicKeyFromString(String key)Generates Public Key from Base64 encoded string
-