Package net.i2p.data

Class SigningPublicKey

java.lang.Object
net.i2p.data.SimpleDataStructure
net.i2p.data.SigningPublicKey
All Implemented Interfaces:
DataStructure

public class SigningPublicKey
extends SimpleDataStructure
Defines the SigningPublicKey as defined by the I2P data structure spec. A signing public key is by default 128 byte Integer. The public key represents only the exponent, not the primes, which are constant and defined in the crypto spec. This key varies from the PrivateKey in its usage (verifying signatures, not encrypting) As of release 0.9.8, keys of arbitrary length and type are supported. See SigType.
Author:
jrandom