gnu.crypto.sig
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.
Version: $Revision: 1.5 $
Field Summary | |
---|---|
int | RAW_FORMAT Constant identifying the Raw encoding format. |
Method Summary | |
---|---|
Object | decodeSignature(byte[] input) |
byte[] | encodeSignature(Object signature) |
int | getFormatID() |