Class EncryptionSupport
- java.lang.Object
-
- org.apache.karaf.jaas.modules.encryption.EncryptionSupport
-
public class EncryptionSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description EncryptionSupport(Map<String,?> options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancheckPassword(String provided, String real)Stringencrypt(String plain)EncryptiongetEncryption()Deprecated.Use encrypt instead.StringgetEncryptionPrefix()Deprecated.StringgetEncryptionSuffix()Deprecated.static EncryptionSupportnoEncryptionSupport()voidsetEncryptionPrefix(String encryptionPrefix)Deprecated.voidsetEncryptionSuffix(String encryptionSuffix)Deprecated.
-
-
-
Method Detail
-
noEncryptionSupport
public static EncryptionSupport noEncryptionSupport()
-
getEncryption
@Deprecated public Encryption getEncryption()
Deprecated.Use encrypt instead. This method will be made private- Returns:
- chosen encryption
-
getEncryptionSuffix
@Deprecated public String getEncryptionSuffix()
Deprecated.
-
setEncryptionSuffix
@Deprecated public void setEncryptionSuffix(String encryptionSuffix)
Deprecated.
-
getEncryptionPrefix
@Deprecated public String getEncryptionPrefix()
Deprecated.
-
setEncryptionPrefix
@Deprecated public void setEncryptionPrefix(String encryptionPrefix)
Deprecated.
-
-