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>