Package org.alfresco.encryption
Class AbstractKeyProvider
- java.lang.Object
-
- org.alfresco.encryption.AbstractKeyProvider
-
- All Implemented Interfaces:
KeyProvider
- Direct Known Subclasses:
KeystoreKeyProvider
public abstract class AbstractKeyProvider extends java.lang.Object implements KeyProvider
Basic support for key providers TODO: This class will provide the alias name mapping so that use-cases can be mapped to different alias names in the keystore.- Since:
- 4.0
- Author:
- Derek Hulley
-
-
Field Summary
-
Fields inherited from interface org.alfresco.encryption.KeyProvider
ALIAS_METADATA, ALIAS_SOLR
-
-
Constructor Summary
Constructors Constructor Description AbstractKeyProvider()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.alfresco.encryption.KeyProvider
getKey
-
-