Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
Modifier and Type | Method and Description |
---|---|
static SHA1Hash |
DSAEngine.calculateHash(byte[] source,
int offset,
int len) |
SHA1Hash |
DSAEngine.calculateHash(InputStream in)
Reads the stream until EOF.
|
Modifier and Type | Method and Description |
---|---|
Signature |
DSAEngine.sign(SHA1Hash hash,
SigningPrivateKey signingKey) |
boolean |
DSAEngine.verifySignature(Signature signature,
SHA1Hash hash,
SigningPublicKey verifyingKey) |