public class StringPrivateKeySupplier extends Object implements Supplier<InputStream>
Supplier for private key in String format
| Constructor and Description |
|---|
StringPrivateKeySupplier(String privateKey) |
@ConstructorProperties(value="privateKey") public StringPrivateKeySupplier(String privateKey)
public InputStream get()
get in interface Supplier<InputStream>Copyright © 2016–2024. All rights reserved.