Field and Description |
---|
net.adamcin.httpsig.api.RequestContent.DATE_FORMAT |
net.adamcin.httpsig.api.Constants.HEADER_REQUEST_LINE |
Method and Description |
---|
net.adamcin.httpsig.api.RequestContent.getContent(List<String>, Charset)
use
RequestContent.getBytesToSign(List, Charset) to include the Constants.HEADER_REQUEST_TARGET
prefix in signature content |
net.adamcin.httpsig.api.RequestContent.getContentString(List<String>)
use
RequestContent.getStringToSign(List) to include the Constants.HEADER_REQUEST_TARGET
prefix in signature content |
net.adamcin.httpsig.api.RequestContent.getRequestLine() |
net.adamcin.httpsig.api.RequestContent.Builder.setRequestLine(String) |
net.adamcin.httpsig.api.DefaultVerifier.setSkew(long)
will remove to make the class immutable. use constructor overload instead.
|
Copyright © 2013-2017. All Rights Reserved.