de.schlichtherle.truezip.key.spi
Class KeyManagerProvider
java.lang.Object
de.schlichtherle.truezip.key.spi.KeyManagerProvider
- All Implemented Interfaces:
- KeyManagerService
- Direct Known Subclasses:
- PromptingKeyManagerProvider
public abstract class KeyManagerProvider
- extends Object
- implements KeyManagerService
An abstract locatable service provider for key managers.
Implementations of this abstract class are subject to service location
by the class KeyManagerLocator.
Implementations must be thread-safe.
- Author:
- Christian Schlichtherle
|
Method Summary |
String |
toString()
Returns a string representation of this object for debugging and logging
purposes. |
KeyManagerProvider
public KeyManagerProvider()
toString
public String toString()
- Returns a string representation of this object for debugging and logging
purposes.
- Overrides:
toString in class Object
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.