Uses of Class
com.apicatalog.rdf.canon.RdfCanon
-
-
Uses of RdfCanon in com.apicatalog.rdf.canon
Methods in com.apicatalog.rdf.canon that return RdfCanon Modifier and Type Method Description static RdfCanonRdfCanon. create(java.lang.String hashAlgorithm)Creates a new instance ofRdfCanonusing the specified hash algorithm.static RdfCanonRdfCanon. create(java.lang.String hashAlgorithm, RdfCanonTicker ticker)Creates a new instance ofRdfCanonusing the specified hash algorithm andRdfCanonTicker.static RdfCanonRdfCanon. create(java.security.MessageDigest digest)Creates a new instance ofRdfCanonusing the specifiedMessageDigest.static RdfCanonRdfCanon. create(java.security.MessageDigest digest, RdfCanonTicker ticker)(package private) static RdfCanonRdfCanon. newInstance(java.util.Set<Quad> nquads, java.security.MessageDigest digest, RdfCanonTicker ticker)
-