org.alfresco.encryption
Class AbstractKeyProvider

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface org.alfresco.encryption.KeyProvider
ALIAS_METADATA, ALIAS_SOLR
 
Constructor Summary
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
 

Constructor Detail

AbstractKeyProvider

public AbstractKeyProvider()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.