public interface ISignatureCodec
The visible methods of an object that knows how to encode and decode cryptographic signatures. Codecs are useful for (a) externalising signature output data for storage and on-the-wire transmission, as well as (b) re- creating their internal Java representation from external sources.
Modifier and Type | Field and Description |
---|---|
static int |
RAW_FORMAT
Constant identifying the Raw encoding format.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
decodeSignature(byte[] input) |
byte[] |
encodeSignature(java.lang.Object signature) |
int |
getFormatID() |
static final int RAW_FORMAT
Copyright © 2025. All rights reserved.