RequestContent.Builder.addHeader(String, String)
, be sure to retrieve the
generated header value to add to your client request using a subsequent call to RequestContent.getDate()
.RequestContent.Builder.addHeader(String, String)
, be sure to retrieve the
generated header value to add to your client request using a subsequent call to RequestContent.getDate()
.RequestContent.Builder.addHeader(String, String)
, be sure to retrieve the
generated header value to add to your client request using a subsequent call to RequestContent.getDate()
.Challenge
Authorization
instanceChallenge
instanceKeychain
backed by a HashMap and
modified via Collection
methodsAuthorization
headers using SSH Public KeysCollection
of supported Algorithm
sRequestContent.getBytesToSign(List, Charset)
to include the Constants.HEADER_REQUEST_TARGET
prefix in signature contentRequestContent.getStringToSign(List)
to include the Constants.HEADER_REQUEST_TARGET
prefix in signature contentDate
object in the GMT time zoneCalendar
in the specified timeZone, or in the
default timeZone if the parameter is nullKey
sAuthorization
instanceChallenge
Challenge
.challengeHash
using the specified signature Algorithm
RequestContent
and returns an Authorization
header.RequestContent
and returns an Authorization
header.RequestContent
and create an Authorization
Key
interface to add a userId field, which is a common use case for authentication.Authorization
header against the original Challenge
signatureBytes
against the challengeHash
using an underlying public keyAuthorization
header against the original Challenge
Verifier.verifyWithResult(Challenge, RequestContent, Authorization)
Authorization
header against the original Challenge
Authorization
header against the original Challenge
Copyright © 2013-2017. All Rights Reserved.