All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.optionfactory.spring.pdf.signing.PdfSignatureInfo Maven / Gradle / Ivy

There is a newer version: 19.4
Show newest version
package net.optionfactory.spring.pdf.signing;

import java.time.ZonedDateTime;

public class PdfSignatureInfo {

    public String name;
    public String location;
    public String reason;
    public ZonedDateTime at;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy