public class SimplePrivateKeySupplier extends Object implements Supplier<InputStream>
Simple Supplier for the private key that handles missing files.
| Constructor and Description |
|---|
SimplePrivateKeySupplier(String pemFilePath) |
@ConstructorProperties(value="pemFilePath") public SimplePrivateKeySupplier(String pemFilePath)
public InputStream get()
get in interface Supplier<InputStream>Copyright © 2016–2024. All rights reserved.