Package com.oracle.bmc.auth
Class StringPrivateKeySupplier
- java.lang.Object
-
- com.oracle.bmc.auth.StringPrivateKeySupplier
-
- All Implemented Interfaces:
Supplier<InputStream>
public class StringPrivateKeySupplier extends Object implements Supplier<InputStream>
Supplier for private key in String format
-
-
Constructor Summary
Constructors Constructor Description StringPrivateKeySupplier(String privateKey)
-
-
-
Constructor Detail
-
StringPrivateKeySupplier
@ConstructorProperties("privateKey") public StringPrivateKeySupplier(String privateKey)
-
-
Method Detail
-
get
public InputStream get()
- Specified by:
get
in interfaceSupplier<InputStream>
-
-