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

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

This is the basic top class for digest classes

These are the public methods of this class
This is the constructor for RDFStore::Stanford::Vocabulary::Generator.
Returns the underlying bytes actually representing the digest. E.g. SHA-1 or MD5 byte-string

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

Alberto Reggiori <areggiori@webweaving.org>