
| Interface | Description |
|---|---|
| Signer |
The purpose of this interface is to create a signature on an XDI message.
|
| Class | Description |
|---|---|
| AbstractSigner | |
| GraphSigner |
A Signer that can authenticate an XDI message using a "private key graph",
which contains sender addresses and private keys.
|
| PrivateKeySigner |
A Signer that can authenticate a signature against
a public key.
|
| SigningProxyManipulator | |
| StaticSigner |
A Signer that can create signatures on an XDI message using a
statically configured list of sender addresses and private keys.
|
Copyright © 2015. All Rights Reserved.