com.pingidentity.opentoken.util
Class Obfuscator
java.lang.Object
com.pingidentity.opentoken.util.Obfuscator
public class Obfuscator
- extends Object
It's intended to (de)obfuscate passwords
Constructor Summary |
Obfuscator(boolean useSunJCE)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Obfuscator
public Obfuscator(boolean useSunJCE)
throws Exception
- Constructor
- Throws:
Exception
obfuscate
public String obfuscate(byte[] password)
throws Exception
- Throws:
Exception
deobfuscate
public byte[] deobfuscate(String password)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.