Package com.oracle.bmc.auth
Class SimplePrivateKeySupplier
- java.lang.Object
-
- com.oracle.bmc.auth.SimplePrivateKeySupplier
-
- All Implemented Interfaces:
Supplier<InputStream>
public class SimplePrivateKeySupplier extends Object implements Supplier<InputStream>
Simple Supplier for the private key that handles missing files.
-
-
Constructor Summary
Constructors Constructor Description SimplePrivateKeySupplier(String pemFilePath)
-
-
-
Constructor Detail
-
SimplePrivateKeySupplier
@ConstructorProperties("pemFilePath") public SimplePrivateKeySupplier(String pemFilePath)
-
-
Method Detail
-
get
public InputStream get()
- Specified by:
get
in interfaceSupplier<InputStream>
-
-