org.apache.karaf.jaas.modules.encryption
Class BasicEncryptionService
java.lang.Object
org.apache.karaf.jaas.modules.encryption.BasicEncryptionService
- All Implemented Interfaces:
- EncryptionService
public class BasicEncryptionService
- extends Object
- implements EncryptionService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicEncryptionService
public BasicEncryptionService()
createEncryption
public Encryption createEncryption(Map<String,String> params)
throws IllegalArgumentException
- Description copied from interface:
EncryptionService
- Create an encryption service with the specified parameters.
If the parameters are not supported, a
null should
be returned or an IllegalArgumentException thrown.
- Specified by:
createEncryption in interface EncryptionService
- Returns:
-
- Throws:
IllegalArgumentException
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.