Giter VIP home page Giter VIP logo

hirannor / xml-digital-signature-java Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 11 KB

An example project how to create digitally signed xml in java (detached signature)

Java 100.00%
xml digital-signature detached-signatures java digital-signature-algorithm digital-signature-library xml-digital-signature maven dsig xmldsig xmldsig-signature cryptography signature signature-verification signature-generation xml-security java-11 certificate keystore pkcs12

xml-digital-signature-java's Introduction

xml-digital-signature-java

An example project how to create digitally signed xml in java (detached signature).

The generation and validation of signature based on the javax.xml.crypto.dsig package.

xml-digital-signature-java's People

Contributors

hirannor avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

pi6eon

xml-digital-signature-java's Issues

Implementation with Java 17 document.getData() doesn't exist

Hi,

I don't know if didn't set something correctly but I tried to add those classes to my Java 17 project and IntelliJ can't find the Document class in:
public byte[] generateDetachedSignature(final Document document, final String digestMethod, final String signatureMethod);

My only import options are:

  • com.sun.xml.txw2
  • org.w3c.dom

I tried both to import in the XmlDigitalSignatureImpl class and XmlDigitalSignature interface and it resulted in that both document.getData(); and document.getFileName(); cannot be resolved.

Any idea or is it just me that is doing something wrong ?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.