Uses of Class
network.oxalis.vefa.peppol.common.code.DigestMethod
-
Packages that use DigestMethod Package Description network.oxalis.vefa.peppol.common.code network.oxalis.vefa.peppol.common.model Data model for this project. -
-
Uses of DigestMethod in network.oxalis.vefa.peppol.common.code
Methods in network.oxalis.vefa.peppol.common.code that return DigestMethod Modifier and Type Method Description static DigestMethodDigestMethod. fromUri(String uri)static DigestMethodDigestMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DigestMethod[]DigestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DigestMethod in network.oxalis.vefa.peppol.common.model
Methods in network.oxalis.vefa.peppol.common.model that return DigestMethod Modifier and Type Method Description DigestMethodDigest. getMethod()Methods in network.oxalis.vefa.peppol.common.model with parameters of type DigestMethod Modifier and Type Method Description static DigestDigest. of(DigestMethod method, byte[] value)
-