Interface KeySupplier<T>
-
- Type Parameters:
T
- the type of the key that will be supplied
- All Known Implementing Classes:
PEMFileRSAPrivateKeySupplier
public interface KeySupplier<T>
Interface for anything that can get supply a Key of type T given a keyId
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<T>
supplyKey(String keyId)
Try to get a key for the given KeyId
-