D E J N O S

D

decryptUrlSafe(String) - Method in class org.jasypt.wicket15.JasyptCrypt
Decrypts a string using URL and filename safe Base64 decoding.

E

encryptUrlSafe(String) - Method in class org.jasypt.wicket15.JasyptCrypt
Encrypts a string using URL and filename safe Base64 encoding.

J

JasyptCrypt - Class in org.jasypt.wicket15
Jasypt's implementation of ICrypt, based on the use of a PBEByteEncryptor object for encryption and decryption operations.
JasyptCrypt(PBEByteEncryptor) - Constructor for class org.jasypt.wicket15.JasyptCrypt
Creates a new JasyptCrypt object, wrapping the passed encryptor.
JasyptCryptFactory - Class in org.jasypt.wicket15
Implementation of the Apache Wicket ICryptFactory interface which returns JasyptCrypt instances.
JasyptCryptFactory(PBEByteEncryptor) - Constructor for class org.jasypt.wicket15.JasyptCryptFactory
Creates a new instance of JasyptCryptFactory.

N

newCrypt() - Method in class org.jasypt.wicket15.JasyptCryptFactory
Return a new encryptor object.

O

org.jasypt.wicket15 - package org.jasypt.wicket15
 

S

setKey(String) - Method in class org.jasypt.wicket15.JasyptCrypt
Important: Using jasypt, it makes no sense to change the encryption key once the encryptor has been initialized, and so this method is implemented to throw UnsupportedOperationException always.

D E J N O S

Copyright © 2014 The JASYPT team. All Rights Reserved.