Uses of Class
fr.paris.lutece.util.keydiversification.KeyDiversificationException
-
-
Uses of KeyDiversificationException in fr.paris.lutece.util.keydiversification
Methods in fr.paris.lutece.util.keydiversification that throw KeyDiversificationException Modifier and Type Method Description StringCryptoService. decrypt(String strEncrypted)Decrypts the specified stringStringCryptoService. encrypt(String strSource)Encrypts the specified stringstatic StringDiversificationService. getIDPKey(String strSPKey, String strSP)Converts the specified SP key into the IDP keystatic StringDiversificationService. getSPKey(String strIDPKey, String strSP)Converts the specified IDP key into a key usable by the SPConstructors in fr.paris.lutece.util.keydiversification that throw KeyDiversificationException Constructor Description CryptoService(String strEncryptionKey)Constructor
-