Alberto Reggiori > RDFStore-0.42 > RDFStore::Stanford::Digest::Abstract

Download:
RDFStore-0.42.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.4   Source  

NAME ^

RDFStore::Stanford::Digest::Abstract - implementation of the AbstractDigest RDF API

SYNOPSIS ^

 my $digest = new RDFStore::Digest::Abstract();
my $bytes = $digest->getDigestBytes();

DESCRIPTION ^

This is the basic top class for digest classes

METHODS ^

These are the public methods of this class

new()

This is the constructor for RDFStore::Stanford::Vocabulary::Generator.

getDigestBytes()

Returns the underlying bytes actually representing the digest. E.g. SHA-1 or MD5 byte-string

SEE ALSO ^

Digest(3) RDFStore::Digest::Generic(1) RDFStore::Digest::SHA1(1) RDFStore::Digest::MD5(1)

AUTHOR ^

        Alberto Reggiori <areggiori@webweaving.org>