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 AlexaHttpRequest
public String getSigningCertificateChainUrl()
getSigningCertificateChainUrl
in interface AlexaHttpRequest
public byte[] getSerializedRequestEnvelope()
getSerializedRequestEnvelope
in interface AlexaHttpRequest
public RequestEnvelope getDeserializedRequestEnvelope()
getDeserializedRequestEnvelope
in interface AlexaHttpRequest
Copyright © 2023. All rights reserved.