public class MidHashToSign extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MidHashToSign.HashToSignBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
hash |
protected MidHashType |
hashType |
| Modifier | Constructor and Description |
|---|---|
protected |
MidHashToSign(MidHashToSign.HashToSignBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
calculateVerificationCode() |
byte[] |
getHash() |
String |
getHashInBase64() |
MidHashType |
getHashType() |
static MidHashToSign.HashToSignBuilder |
newBuilder() |
protected byte[] hash
protected MidHashType hashType
protected MidHashToSign(MidHashToSign.HashToSignBuilder builder)
public byte[] getHash()
public String getHashInBase64()
public MidHashType getHashType()
public String calculateVerificationCode()
public static MidHashToSign.HashToSignBuilder newBuilder()
Copyright © 2019. All rights reserved.