org.productivity.java.habitat4j.crypto.decryptor.keyreader.serveridentity
Class ServerIdentityKeyReader

java.lang.Object
  extended by org.productivity.java.habitat4j.crypto.decryptor.StaticCrypto
      extended by org.productivity.java.habitat4j.crypto.decryptor.keyreader.KeyReader
          extended by org.productivity.java.habitat4j.crypto.decryptor.keyreader.serveridentity.ServerIdentityKeyReader

public class ServerIdentityKeyReader
extends KeyReader


Field Summary
 
Fields inherited from class org.productivity.java.habitat4j.crypto.decryptor.keyreader.KeyReader
aliasMap, config, DEFAULT_KEYREADER_ALIASES, KEY_PROTECTOR_CLASS, KEYREADER_ALIAS_MAP
 
Constructor Summary
ServerIdentityKeyReader()
           
 
Method Summary
protected  java.lang.String readKeyFromServerIdentity(java.lang.String keyLocation)
           
 java.io.Serializable readProtectedKey()
           
 
Methods inherited from class org.productivity.java.habitat4j.crypto.decryptor.keyreader.KeyReader
addKeyReaderAlias, createKeyProtector, createKeyReader, initialize, lookupAlias, readKey, setKeyProtector
 
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
 

Constructor Detail

ServerIdentityKeyReader

public ServerIdentityKeyReader()
Method Detail

readKeyFromServerIdentity

protected java.lang.String readKeyFromServerIdentity(java.lang.String keyLocation)
                                              throws DecryptorException
Throws:
DecryptorException

readProtectedKey

public java.io.Serializable readProtectedKey()
                                      throws DecryptorException
Specified by:
readProtectedKey in class KeyReader
Throws:
DecryptorException