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 SummaryConstructors Constructor Description SimplePrivateKeySupplier(String pemFilePath)
 
- 
- 
- 
Constructor Detail- 
SimplePrivateKeySupplier@ConstructorProperties("pemFilePath") public SimplePrivateKeySupplier(String pemFilePath) 
 
- 
 - 
Method Detail- 
getpublic InputStream get() - Specified by:
- getin interface- Supplier<InputStream>
 
 
- 
 
-