public class StringPrivateKeySupplier extends Object implements com.google.common.base.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–2020. All rights reserved.