Uses of Interface
com.oracle.bmc.http.signing.internal.KeySupplier
-
Packages that use KeySupplier Package Description com.oracle.bmc.http.signing.internal -
-
Uses of KeySupplier in com.oracle.bmc.http.signing.internal
Classes in com.oracle.bmc.http.signing.internal that implement KeySupplier Modifier and Type Class Description class
PEMFileRSAPrivateKeySupplier
An implementation ofKeySupplier
that supplies a RSA private key from a PEM file.Methods in com.oracle.bmc.http.signing.internal that return KeySupplier Modifier and Type Method Description static KeySupplier<RSAPrivateKey>
DefaultRequestSignerFactory. createKeySupplier(BasicAuthenticationDetailsProvider authenticationDetailsProvider, AuthCachingPolicy policy)
Methods in com.oracle.bmc.http.signing.internal with parameters of type KeySupplier Modifier and Type Method Description static Map<String,String>
RequestSignerImpl. signRequest(Algorithm algorithm, URI uri, String httpMethod, Map<String,List<String>> headers, Object body, String versionName, String keyId, KeySupplier<RSAPrivateKey> keySupplier, RequestSignerImpl.SigningConfiguration signingConfiguration)
Constructors in com.oracle.bmc.http.signing.internal with parameters of type KeySupplier Constructor Description RequestSignerImpl(KeySupplier<RSAPrivateKey> keySupplier, RequestSignerImpl.SigningConfiguration signingConfiguration, Supplier<String> keyIdSupplier)
Construct the RequestSigner with the specified KeySupplier.RequestSignerImpl(KeySupplier<RSAPrivateKey> keySupplier, SigningStrategy signingStrategy, Supplier<String> keyIdSupplier)
Construct the RequestSigner with the specified KeySupplier.
-