Package de.msi.oauth.flow.signature
-
Interface Summary Interface Description HmacSha1Signature Represents theHMAC-SHA1signature method.PlainTextSignature This represents to the signature typePLAINTEXT.RsaSha1Signature Represents theRSA-SHA1signature method.SignatureMethod This functionality refers to the different ways of sign requests within theOAuth authenticationprocess.SignatureMethodHandler<R,E extends Exception> Provides the capability to handleSignatureMethodinstances in a typesafe way. -
Class Summary Class Description HmacSha1Signature.DefaultHmacSha1Signature The default implementation of theHmacSha1Signature.PlainTextSignature.DefaultPlainTextSignature The default implementation of thePlainTextSignature.RsaSha1Signature.DefaultRsaSha1Signature The default implementation of theRsaSha1Signature.