Package com.oracle.bmc.http.signing.internal
-
Interface Summary Interface Description KeySupplier<T> Interface for anything that can get supply a Key of type T given a keyIdVersion The rules for a signed request version, i.e., supported algorithms, supported keyId formats. -
Class Summary Class Description Constants DefaultRequestSignerFactory Factory class to create RequestSigner instances.PEMFileRSAPrivateKeySupplier An implementation ofKeySupplier
that supplies a RSA private key from a PEM file.RequestSignerImpl Implementation of the RequestSigner interfaceRequestSignerImpl.SigningConfiguration Basic configuration of what headers to sign.SignatureSigner The SignatureSigner is used to actually sign a message with a private key. -
Enum Summary Enum Description Algorithm Supported signing algorithms for signed request.KeyIdType An enum for KeyId types and associated patternsSignedRequestVersion List of supported signed request versions with associated version rules.Version.Error -
Exception Summary Exception Description PEMFileRSAPrivateKeySupplier.PEMFileRSAPrivateKeySupplierException An exception in thePEMFileRSAPrivateKeySupplier
.SignedRequestException Generic exception exposed to callers of the HTTP Signature code