public static class MidHashToSign.HashToSignBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
hash |
protected MidHashType |
hashType |
| Constructor and Description |
|---|
HashToSignBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MidHashToSign |
build() |
MidHashToSign.HashToSignBuilder |
withDataToHash(byte[] dataToSign) |
MidHashToSign.HashToSignBuilder |
withHash(byte[] hash) |
MidHashToSign.HashToSignBuilder |
withHashInBase64(String hashInBase64) |
MidHashToSign.HashToSignBuilder |
withHashType(MidHashType hashType) |
protected byte[] hash
protected MidHashType hashType
public MidHashToSign.HashToSignBuilder withDataToHash(byte[] dataToSign)
public MidHashToSign.HashToSignBuilder withHash(byte[] hash)
public MidHashToSign.HashToSignBuilder withHashInBase64(String hashInBase64)
public MidHashToSign.HashToSignBuilder withHashType(MidHashType hashType)
public MidHashToSign build()
Copyright © 2019. All rights reserved.