public class ServletRequest extends Object implements AlexaHttpRequest
AlexaHttpRequest.| Constructor and Description |
|---|
ServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
byte[] serializedRequestEnvelope,
RequestEnvelope deserializedRequestEnvelope)
Constructor to build an instance of ServletRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseEncoded64Signature() |
RequestEnvelope |
getDeserializedRequestEnvelope() |
byte[] |
getSerializedRequestEnvelope() |
String |
getSigningCertificateChainUrl() |
public ServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
byte[] serializedRequestEnvelope,
RequestEnvelope deserializedRequestEnvelope)
httpServletRequest - instance of type HttpServletRequest.serializedRequestEnvelope - serialized request envelope.deserializedRequestEnvelope - de-serialized request envelope.public String getBaseEncoded64Signature()
getBaseEncoded64Signature in interface AlexaHttpRequestpublic String getSigningCertificateChainUrl()
getSigningCertificateChainUrl in interface AlexaHttpRequestpublic byte[] getSerializedRequestEnvelope()
getSerializedRequestEnvelope in interface AlexaHttpRequestpublic RequestEnvelope getDeserializedRequestEnvelope()
getDeserializedRequestEnvelope in interface AlexaHttpRequestCopyright © 2023. All rights reserved.