|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Field Summary | |
---|---|
static int |
RAW_FORMAT
Constant identifying the Raw encoding format. |
Method Summary | |
---|---|
Object |
decodeSignature(byte[] input)
|
byte[] |
encodeSignature(Object signature)
|
int |
getFormatID()
|
Field Detail |
---|
static final int RAW_FORMAT
Method Detail |
---|
int getFormatID()
byte[] encodeSignature(Object signature)
Object decodeSignature(byte[] input)
|
For the latest news and information visit The GNU Crypto project |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |