Uses of Class
network.oxalis.vefa.peppol.common.model.Signed
-
Packages that use Signed Package Description network.oxalis.vefa.peppol.common.model Data model for this project. -
-
Uses of Signed in network.oxalis.vefa.peppol.common.model
Methods in network.oxalis.vefa.peppol.common.model that return Signed Modifier and Type Method Description static <T> Signed<T>Signed. of(T content, X509Certificate certificate)static <T> Signed<T>Signed. of(T content, X509Certificate certificate, Date timestamp)<S> Signed<S>Signed. ofSubset(S s)
-