SerialVersionUIDDigest

  • SerialVersionUIDDigest is a dynamically loaded class for computing serialVersionUID hashes.

  • It's made public to allow users to explicitly depend on it, ensuring it's loaded.

  • The primary public method is digest(byte[] input), which takes byte array input and returns a digested byte array.

  • SerialVersionUIDDigest inherits methods from java.lang.Object like clone(), equals(), hashCode(), etc.

public class SerialVersionUIDDigest extends Object

Dynamically loaded implementation for computing serialVersionUID hashes. Public so that users can add an explicit dependency to force load this class.

Public Method Summary

byte[]
digest(byte[] input)

Inherited Method Summary

Public Methods

public byte[] digest (byte[] input)

Parameters
input