org.digidoc4j.exceptions.InvalidTimemarkSignatureException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of digidoc4j Show documentation
Show all versions of digidoc4j Show documentation
DigiDoc4j is a Java library for digitally signing documents and creating digital signature containers
of signed documents
The newest version!
package org.digidoc4j.exceptions;
/**
* Created by Janar Rahumeel (CGI Estonia)
*/
public class InvalidTimemarkSignatureException extends DigiDoc4JException {
public InvalidTimemarkSignatureException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy