Package com.soffid.iam.tomcat
Class SoffidPasswordCipher
java.lang.Object
com.soffid.iam.tomcat.SoffidPasswordCipher
- All Implemented Interfaces:
org.apache.openejb.cipher.PasswordCipher
public class SoffidPasswordCipher
extends Object
implements org.apache.openejb.cipher.PasswordCipher
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SoffidPasswordCipher
public SoffidPasswordCipher()
-
-
Method Details
-
encrypt
- Specified by:
encryptin interfaceorg.apache.openejb.cipher.PasswordCipher- Throws:
RuntimeException- in any case of error.- See Also:
-
PasswordCipher.encrypt(String)
-
decrypt
- Specified by:
decryptin interfaceorg.apache.openejb.cipher.PasswordCipher- Throws:
RuntimeException- in any case of error.- See Also:
-
PasswordCipher.decrypt(char[])
-
main
-