Skip to content

Instantly share code, notes, and snippets.

View CASV97's full-sized avatar

Cr1602 CASV97

  • CASV group
  • Sweedland
View GitHub Profile
@rponte
rponte / SignedXml.java
Last active February 2, 2024 11:35
How to sign a XML with private key certificate in Java (using Java Key Store)
package br.com.mdias.rponte.signature;
import java.util.Base64;
/**
* Represents a signed XML
*/
public class SignedXml {
private String content;