public class SignatureGeneric extends SignatureBinary
SignatureBinary.| Constructor and Description |
|---|
SignatureGeneric(byte[] data)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SignatureGeneric |
ofBase64(String base64) |
static SignatureGeneric |
ofHex(String hex) |
asStream, equals, format, formatBase64, formatHex, getData, getData, getDataByte, getLength, getMaxLength, getMinLength, hashCode, isZeros, parseBase64, parseHex, save, toBytes, toBytes, toInt, toLong, toStringpublic SignatureGeneric(byte[] data)
data - the raw binary data.public static SignatureGeneric ofBase64(String base64)
base64 - the data as base64.SignatureBinary or null in case base64 was null.public static SignatureGeneric ofHex(String hex)
hex - the data as hex.SignatureBinary or null in case base64 was null.Copyright © 2001–2019 mmm-Team. All rights reserved.