| Package | Description |
|---|---|
| xdi2.core.features.signatures |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyPairSignature
An XDI signature, represented as an XDI attribute.
|
class |
SymmetricKeySignature
An XDI signature, represented as an XDI attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Signature<? extends Key,? extends Key> |
Signatures.createSignature(ContextNode contextNode,
String digestAlgorithm,
int digestLength,
String keyAlgorithm,
int keyLength,
boolean singleton)
Creates an XDI signature on a context node.
|
static Signature<? extends Key,? extends Key> |
Signature.fromXdiAttribute(XdiAttribute xdiAttribute)
Factory method that creates an XDI signature bound to a given XDI attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator<Signature<? extends Key,? extends Key>> |
Signatures.getAllSignatures(Graph graph)
Given a graph, lists all signatures.
|
static ReadOnlyIterator<Signature<? extends Key,? extends Key>> |
Signatures.getSignatures(ContextNode contextNode)
Returns the XDI signatures on a context node.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Signature.compareTo(Signature<SKEY,VKEY> other) |
Copyright © 2015. All Rights Reserved.