
| Interface | Description |
|---|---|
| AESSignatureCreator |
This is a SignatureCreator that create an XDI AESSignature.
|
| RSASignatureCreator |
This is a SignatureCreator that create an XDI RSASignature.
|
| SignatureCreator<SIGNATURE extends Signature> |
A SignatureCreator can create an XDI Signature using an XDI address
that identifies the signer.
|
| Class | Description |
|---|---|
| AbstractAESSignatureCreator | |
| AbstractRSASignatureCreator | |
| AbstractSignatureCreator<SIGNATURE extends Signature> | |
| AESAgentSecretKeySignatureCreator |
This is an AESSecretKeySignatureCreator that create an XDI AESSignature by
obtaining secret keys using an XDI agent.
|
| AESGraphSecretKeySignatureCreator |
This is an AESSecretKeySignatureCreator that create an XDI AESSignature by
obtaining secret keys from a "secret key graph".
|
| AESSecretKeySignatureCreator |
This is an AESSignatureCreator that create an XDI AESSignature using a secret key,
which can be obtained using the XDI address that identifies the signer.
|
| AESStaticSecretKeySignatureCreator |
This is an AESSecretKeySignatureCreator that create an XDI AESSignature by
obtaining secret keys from a statically configured list.
|
| RSAAgentPrivateKeySignatureCreator |
This is an RSAPrivateKeySignatureCreator that create an XDI RSASignature by
obtaining private keys using an XDI agent.
|
| RSAGraphPrivateKeySignatureCreator |
This is an RSAPrivateKeySignatureCreator that create an XDI RSASignature by
obtaining private keys from a "private key graph".
|
| RSAMessagingContainerRegistryPrivateKeySignatureCreator |
This is an RSAPrivateKeySignatureCreator that create an XDI RSASignature by
obtaining private keys from a messaging container registry.
|
| RSAPrivateKeySignatureCreator |
This is an RSASignatureCreator that create an XDI RSASignature using a private key,
which can be obtained using the XDI address that identifies the signer.
|
| RSAStaticPrivateKeySignatureCreator |
This is an RSAPrivateKeySignatureCreator that create an XDI RSASignature by
obtaining private keys from a statically configured list.
|
Copyright © 2017. All rights reserved.