Uses of Class
net.webpdf.wsclient.openapi.ApplicationConfigTsa.HashAlgorithmEnum
-
Packages that use ApplicationConfigTsa.HashAlgorithmEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ApplicationConfigTsa.HashAlgorithmEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ApplicationConfigTsa.HashAlgorithmEnum Modifier and Type Method Description static ApplicationConfigTsa.HashAlgorithmEnumApplicationConfigTsa.HashAlgorithmEnum. fromValue(String value)@Nullable ApplicationConfigTsa.HashAlgorithmEnumApplicationConfigTsa. getHashAlgorithm()The hashing algorithm used to check the validity of the timestamp.static ApplicationConfigTsa.HashAlgorithmEnumApplicationConfigTsa.HashAlgorithmEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationConfigTsa.HashAlgorithmEnum[]ApplicationConfigTsa.HashAlgorithmEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type ApplicationConfigTsa.HashAlgorithmEnum Modifier and Type Method Description ApplicationConfigTsaApplicationConfigTsa. hashAlgorithm(ApplicationConfigTsa.HashAlgorithmEnum hashAlgorithm)voidApplicationConfigTsa. setHashAlgorithm(ApplicationConfigTsa.HashAlgorithmEnum hashAlgorithm)
-