Package com.networknt.security.inbound
Interface VerifiedMessage
-
public interface VerifiedMessageVerified message- Author:
- Steve Hu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBody()StringgetContentType()
-
-
-
Method Detail
-
getContentType
String getContentType()
-
getBody
byte[] getBody()
-
-