
public final class SHADigest extends Digest
| Modifier and Type | Field and Description |
|---|---|
static String |
DIGEST_ALGORITHM_SHA |
| Modifier | Constructor and Description |
|---|---|
protected |
SHADigest(XdiAttribute xdiAttribute) |
| Modifier and Type | Method and Description |
|---|---|
static SHADigest |
fromXdiAttribute(XdiAttribute xdiAttribute)
Factory method that creates an XDI digest bound to a given XDI attribute.
|
String |
getJCEAlgorithm() |
static boolean |
isValid(XdiAttribute xdiAttribute)
Checks if an XDI attribute is a valid XDI digest.
|
compareTo, equals, getBaseContextNode, getContextNode, getDigestAlgorithm, getDigestValue, getDigestVersion, getXdiAttribute, hashCode, setDigestValue, toStringpublic static final String DIGEST_ALGORITHM_SHA
protected SHADigest(XdiAttribute xdiAttribute)
public static boolean isValid(XdiAttribute xdiAttribute)
xdiAttribute - The XDI attribute to check.public static SHADigest fromXdiAttribute(XdiAttribute xdiAttribute)
xdiAttribute - The XDI attribute that is an XDI digest.public String getJCEAlgorithm()
Copyright © 2017. All rights reserved.