public class ShaBNodeHasher extends Object implements BNodeHasher
| Constructor and Description |
|---|
ShaBNodeHasher() |
| Modifier and Type | Method and Description |
|---|---|
String |
createHash(org.openrdf.model.URI predicate,
Vertex object)
Create a hash for a given BNode that is accessed via a given predicate.
|
static String |
SHA1(String text) |
public String createHash(org.openrdf.model.URI predicate, Vertex object)
BNodeHashercreateHash in interface BNodeHasherpredicate - The predicate through which the BNode is accessedobject - The BNode for which a hash value will be computedpublic static String SHA1(String text) throws KonigException
KonigExceptionCopyright © 2019. All rights reserved.