| Package | Description |
|---|---|
| xdi2.core.features.encryption | |
| xdi2.core.features.nodetypes | |
| xdi2.core.features.signatures |
| Modifier and Type | Method and Description |
|---|---|
XdiAttribute |
Encryption.getXdiAttribute()
Returns the underlying XDI attribute to which this XDI encryption is bound.
|
| Modifier and Type | Method and Description |
|---|---|
static SymmetricKeyEncryption |
SymmetricKeyEncryption.fromXdiAttribute(XdiAttribute xdiAttribute)
Factory method that creates an XDI encryption bound to a given XDI attribute.
|
static Encryption<? extends Key,? extends Key> |
Encryption.fromXdiAttribute(XdiAttribute xdiAttribute)
Factory method that creates an XDI encryption bound to a given XDI attribute.
|
static KeyPairEncryption |
KeyPairEncryption.fromXdiAttribute(XdiAttribute xdiAttribute)
Factory method that creates an XDI encryption bound to a given XDI attribute.
|
static String |
Encryptions.getKeyAlgorithm(XdiAttribute xdiAttribute) |
static Integer |
Encryptions.getKeyLength(XdiAttribute xdiAttribute) |
static boolean |
SymmetricKeyEncryption.isValid(XdiAttribute xdiAttribute)
Checks if an XDI attribute is a valid XDI encryption.
|
static boolean |
Encryption.isValid(XdiAttribute xdiAttribute)
Checks if an XDI attribute is a valid XDI encryption.
|
static boolean |
KeyPairEncryption.isValid(XdiAttribute xdiAttribute)
Checks if an XDI attribute is a valid XDI encryption.
|
| Constructor and Description |
|---|
Encryption(XdiAttribute xdiAttribute) |
KeyPairEncryption(XdiAttribute xdiAttribute) |
SymmetricKeyEncryption(XdiAttribute xdiAttribute) |
| Constructor and Description |
|---|
Encryptions.MappingXdiAttributeEncryptionIterator(Iterator<XdiAttribute> iterator) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XdiAttributeInstance |
| Modifier and Type | Class and Description |
|---|---|
class |
XdiAbstractAttribute |
class |
XdiAttributeInstanceOrdered
An XDI ordered attribute member, represented as a context node.
|
static class |
XdiAttributeInstanceOrdered.Definition |
static class |
XdiAttributeInstanceOrdered.Definition.Variable |
static class |
XdiAttributeInstanceOrdered.Variable |
class |
XdiAttributeInstanceUnordered
An XDI unordered attribute member, represented as a context node.
|
static class |
XdiAttributeInstanceUnordered.Definition |
static class |
XdiAttributeInstanceUnordered.Definition.Variable |
static class |
XdiAttributeInstanceUnordered.Variable |
class |
XdiAttributeSingleton
An XDI attribute singleton, represented as a context node.
|
static class |
XdiAttributeSingleton.Definition |
static class |
XdiAttributeSingleton.Definition.Variable |
static class |
XdiAttributeSingleton.Variable |
| Modifier and Type | Method and Description |
|---|---|
static XdiAttribute |
XdiAbstractAttribute.fromContextNode(ContextNode contextNode)
Factory method that creates an XDI attribute bound to a given context node.
|
static XdiAttribute |
XdiAbstractAttribute.fromXDIAddress(XDIAddress XDIaddress) |
XdiAttribute |
XdiAbstractContext.getXdiAttribute(XDIAddress XDIaddress,
boolean create) |
XdiAttribute |
XdiContext.getXdiAttribute(XDIAddress contextNodeXDIAddress,
boolean create) |
XdiAttribute |
XdiAbstractContext.getXdiAttribute(XDIArc XDIarc,
boolean create) |
XdiAttribute |
XdiContext.getXdiAttribute(XDIArc contextNodeXDIArc,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
XdiAttribute |
Signature.getXdiAttribute()
Returns the underlying XDI attribute to which this XDI signature is bound.
|
| Modifier and Type | Method and Description |
|---|---|
static SymmetricKeySignature |
SymmetricKeySignature.fromXdiAttribute(XdiAttribute xdiAttribute)
Factory method that creates an XDI signature bound to a given XDI attribute.
|
static KeyPairSignature |
KeyPairSignature.fromXdiAttribute(XdiAttribute xdiAttribute)
Factory method that creates an XDI signature bound to a given XDI attribute.
|
static Signature<? extends Key,? extends Key> |
Signature.fromXdiAttribute(XdiAttribute xdiAttribute)
Factory method that creates an XDI signature bound to a given XDI attribute.
|
static String |
Signatures.getDigestAlgorithm(XdiAttribute xdiAttribute) |
static Integer |
Signatures.getDigestLength(XdiAttribute xdiAttribute) |
static String |
Signatures.getKeyAlgorithm(XdiAttribute xdiAttribute) |
static Integer |
Signatures.getKeyLength(XdiAttribute xdiAttribute) |
static boolean |
SymmetricKeySignature.isValid(XdiAttribute xdiAttribute)
Checks if an XDI attribute is a valid XDI signature.
|
static boolean |
KeyPairSignature.isValid(XdiAttribute xdiAttribute)
Checks if an XDI attribute is a valid XDI signature.
|
static boolean |
Signature.isValid(XdiAttribute xdiAttribute)
Checks if an XDI attribute is a valid XDI signature.
|
| Constructor and Description |
|---|
KeyPairSignature(XdiAttribute xdiAttribute) |
Signature(XdiAttribute xdiAttribute) |
SymmetricKeySignature(XdiAttribute xdiAttribute) |
| Constructor and Description |
|---|
Signatures.MappingXdiAttributeSignatureIterator(Iterator<XdiAttribute> iterator) |
Copyright © 2015. All Rights Reserved.