Uses of Enum Class
eu.europa.esig.dss.jades.JAdESSigningTimeType
Packages that use JAdESSigningTimeType
-
Uses of JAdESSigningTimeType in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return JAdESSigningTimeTypeModifier and TypeMethodDescriptionJAdESSignatureParameters.getJadesSigningTimeType()Returns the JAdES claimed signing-time header parameters to be usedstatic JAdESSigningTimeTypeReturns the enum constant of this class with the specified name.static JAdESSigningTimeType[]JAdESSigningTimeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.europa.esig.dss.jades with parameters of type JAdESSigningTimeTypeModifier and TypeMethodDescriptionvoidJAdESSignatureParameters.setJadesSigningTimeType(JAdESSigningTimeType jadesSigningTimeType) Sets the claimed signing-time header parameters to be used.