org.productivity.java.habitat4j.crypto.decryptor.examples.simple
Class SimpleDecryptor

java.lang.Object
  extended by org.productivity.java.habitat4j.crypto.decryptor.StaticCrypto
      extended by org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCrypto
          extended by org.productivity.java.habitat4j.crypto.decryptor.generic.simple.SimpleGenericDecryptor
              extended by org.productivity.java.habitat4j.crypto.decryptor.examples.simple.SimpleDecryptor

public class SimpleDecryptor
extends SimpleGenericDecryptor


Field Summary
protected static java.lang.String KEY_AND_IV
           
 
Fields inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCrypto
config, keyInfo
 
Constructor Summary
SimpleDecryptor()
           
 
Method Summary
 GenericCryptoConfig getConfig()
           
 java.lang.String getKey()
           
 
Methods inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.simple.SimpleGenericDecryptor
decrypt, initialize
 
Methods inherited from class org.productivity.java.habitat4j.crypto.decryptor.generic.GenericCrypto
createHash, createString, decrypt, getBytes, getKeyReader, initialize, xcrypt
 
Methods inherited from class org.productivity.java.habitat4j.crypto.decryptor.StaticCrypto
createString, decode, encode, findPadEndIndex, getBytes, pad, removePad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_AND_IV

protected static final java.lang.String KEY_AND_IV
See Also:
Constant Field Values
Constructor Detail

SimpleDecryptor

public SimpleDecryptor()
Method Detail

getConfig

public GenericCryptoConfig getConfig()
Specified by:
getConfig in class SimpleGenericDecryptor

getKey

public java.lang.String getKey()
Specified by:
getKey in class SimpleGenericDecryptor