Package edu.harvard.hul.ois.jhove

Examples of edu.harvard.hul.ois.jhove.Signature


    doc.setDate ("2003-11-10");
    doc.setIdentifier (new Identifier ("http://www.w3.org/Graphics/GIF/spec-gif87.txt",
                       IdentifierType.URL));
    _specification.add (doc);

    Signature sig = new InternalSignature ("PNG", SignatureType.MAGIC,
                         SignatureUseType.MANDATORY, 0);
    _signature.add (sig);

    sig = new ExternalSignature (".png", SignatureType.EXTENSION,
                   SignatureUseType.OPTIONAL);
View Full Code Here

TOP

Related Classes of edu.harvard.hul.ois.jhove.Signature

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.