A C G H I O R T 

A

AbstractContentHashWorker - Class in org.gytheio.content.hash
Abstract hash node worker which uses a content reference handler to convert the content reference into a usable input stream for the actual implementation.
AbstractContentHashWorker() - Constructor for class org.gytheio.content.hash.AbstractContentHashWorker
 

C

ContentHashException - Exception in org.gytheio.content.hash
Thrown when an implementation can not perform the requested hashing due to configuration or environment.
ContentHashException() - Constructor for exception org.gytheio.content.hash.ContentHashException
 
ContentHashException(String) - Constructor for exception org.gytheio.content.hash.ContentHashException
 
ContentHashException(Throwable) - Constructor for exception org.gytheio.content.hash.ContentHashException
 
ContentHashException(String, Throwable) - Constructor for exception org.gytheio.content.hash.ContentHashException
 
ContentHashException(String, Throwable, boolean, boolean) - Constructor for exception org.gytheio.content.hash.ContentHashException
 
ContentHashWorker - Interface in org.gytheio.content.hash
Defines the methods responsible for doing the work of hash computation of content references

G

generateHashes(List<ContentReference>, String) - Method in class org.gytheio.content.hash.AbstractContentHashWorker
 
generateHashes(List<ContentReference>, String) - Method in interface org.gytheio.content.hash.ContentHashWorker
Generates a hash value for the given content reference using the given algorithm
generateHashInternal(InputStream, String) - Method in class org.gytheio.content.hash.AbstractContentHashWorker
Computes the hash value for the given input stream using the given algorithm

H

HASH_ALGORITHM_MD5 - Static variable in interface org.gytheio.content.hash.ContentHashWorker
 
HASH_ALGORITHM_SHA_256 - Static variable in interface org.gytheio.content.hash.ContentHashWorker
 
HASH_ALGORITHM_SHA_512 - Static variable in interface org.gytheio.content.hash.ContentHashWorker
 

I

initialize() - Method in class org.gytheio.content.hash.AbstractContentHashWorker
 
isAlgorithmSupported(String) - Method in interface org.gytheio.content.hash.ContentHashWorker
Determines whether or not the given hash algorithm is supported by the implementation.

O

org.gytheio.content.hash - package org.gytheio.content.hash
 

R

RESULT_DETAIL_HEX_ENCODED_VALUE - Static variable in interface org.gytheio.content.hash.ContentHashWorker
 

T

toString() - Method in class org.gytheio.content.hash.AbstractContentHashWorker
 
A C G H I O R T 

Copyright © 2014 Alfresco Software. All rights reserved.