Class 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractKeyProvider

        public AbstractKeyProvider()