eu.scape_project.core.api
Interface DigestValue

All Known Implementing Classes:
JavaDigestValue

public interface DigestValue

Version:
0.1 Created Nov 21, 2011:1:54:25 PM
Author:
Carl Wilson carlwilson-bl@SourceForge carlwilson-bl@github

Nested Class Summary
static class DigestValue.DigestAlgorithm
          Enum to identify the java supported digest algorithms.
 
Method Summary
 URI getAlgorithmId()
           
 byte[] getDigest()
           
 String getHexDigest()
           
 

Method Detail

getAlgorithmId

URI getAlgorithmId()
Returns:
the algorithm id for the digest as a java.net.URI

getHexDigest

String getHexDigest()
Returns:
the hex value of the digest as a java.lang.String

getDigest

byte[] getDigest()
Returns:
the digest value as a byte[]


Copyright © 2013. All Rights Reserved.