public class JsonCanonicalizer extends Object
| Constructor and Description |
|---|
JsonCanonicalizer(byte[] jsonData) |
JsonCanonicalizer(String jsonData) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncodedString() |
byte[] |
getEncodedUTF8() |
public JsonCanonicalizer(String jsonData) throws IOException
IOExceptionpublic JsonCanonicalizer(byte[] jsonData)
throws IOException
IOExceptionpublic String getEncodedString()
public byte[] getEncodedUTF8()
throws IOException
IOExceptionCopyright © 2018. All rights reserved.