org.apache.karaf.jaas.modules.encryption
Class EncryptionSupport

java.lang.Object
  extended by org.apache.karaf.jaas.modules.encryption.EncryptionSupport

public class EncryptionSupport
extends Object


Field Summary
protected  boolean debug
           
protected  Map<String,?> options
           
 
Constructor Summary
EncryptionSupport(Map<String,?> options)
           
 
Method Summary
 Encryption getEncryption()
           
 String getEncryptionPrefix()
           
 String getEncryptionSuffix()
           
 void setEncryptionPrefix(String encryptionPrefix)
           
 void setEncryptionSuffix(String encryptionSuffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

protected Map<String,?> options

debug

protected boolean debug
Constructor Detail

EncryptionSupport

public EncryptionSupport(Map<String,?> options)
Method Detail

getEncryption

public Encryption getEncryption()

getEncryptionSuffix

public String getEncryptionSuffix()

setEncryptionSuffix

public void setEncryptionSuffix(String encryptionSuffix)

getEncryptionPrefix

public String getEncryptionPrefix()

setEncryptionPrefix

public void setEncryptionPrefix(String encryptionPrefix)


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.