| Package | Description |
|---|---|
| com.subgraph.orchid.crypto | |
| com.subgraph.orchid.directory | |
| com.subgraph.orchid.directory.consensus | |
| com.subgraph.orchid.directory.parsing |
| Modifier and Type | Method and Description |
|---|---|
static TorSignature |
TorSignature.createFromPEMBuffer(String buffer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TorPublicKey.verifySignature(TorSignature signature,
HexDigest digest) |
boolean |
TorPublicKey.verifySignature(TorSignature signature,
TorMessageDigest digest) |
boolean |
TorPublicKey.verifySignatureFromDigestBytes(TorSignature signature,
byte[] digestBytes) |
| Modifier and Type | Method and Description |
|---|---|
TorSignature |
DocumentFieldParserImpl.parseSignature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentFieldParserImpl.verifySignedEntity(TorPublicKey publicKey,
TorSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
TorSignature |
DirectorySignature.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
TorSignature |
DocumentFieldParser.parseSignature()
Extract a document object following the current keyword line and interpret it as a
Base64 encoded PKCS1 signature object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentFieldParser.verifySignedEntity(TorPublicKey publicKey,
TorSignature signature)
Verify that current signature hash matches the specified
signature signed
with the public key publicKey |
Copyright © 2015. All rights reserved.