Package | Description |
---|---|
com.oracle.bmc.http.signing.internal |
Modifier and Type | Class and Description |
---|---|
class |
PEMFileRSAPrivateKeySupplier
An implementation of
KeySupplier that supplies a RSA private key from a PEM file. |
Modifier and Type | Method and Description |
---|---|
static KeySupplier<RSAPrivateKey> |
DefaultRequestSignerFactory.createKeySupplier(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
AuthCachingPolicy policy) |
Modifier and Type | Method and 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) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.