package org.alfresco.repo.security.encryption; /** * 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. * * @author Derek Hulley * @since 4.0 */ public abstract class AbstractKeyProvider implements KeyProvider { /* * Not a useless class. */ }