Uses of Interface
java.lang.classfile.attribute.ModuleHashInfo
Packages that use ModuleHashInfo
Package
Description
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of ModuleHashInfo in java.lang.classfile.attribute
Methods in java.lang.classfile.attribute that return ModuleHashInfoModifier and TypeMethodDescriptionstatic ModuleHashInfo
ModuleHashInfo.of
(ModuleEntry moduleName, byte[] hash) Returns a module hash description.static ModuleHashInfo
ModuleHashInfo.of
(ModuleDesc moduleDesc, byte[] hash) Returns a module hash description.Methods in java.lang.classfile.attribute that return types with arguments of type ModuleHashInfoModifier and TypeMethodDescriptionModuleHashesAttribute.hashes()
Returns the hash information about related modules.Methods in java.lang.classfile.attribute with parameters of type ModuleHashInfoModifier and TypeMethodDescriptionstatic ModuleHashesAttribute
ModuleHashesAttribute.of
(Utf8Entry algorithm, ModuleHashInfo... hashes) Returns aModuleHashes
attribute.static ModuleHashesAttribute
ModuleHashesAttribute.of
(String algorithm, ModuleHashInfo... hashes) Returns aModuleHashes
attribute.Method parameters in java.lang.classfile.attribute with type arguments of type ModuleHashInfoModifier and TypeMethodDescriptionstatic ModuleHashesAttribute
ModuleHashesAttribute.of
(Utf8Entry algorithm, List<ModuleHashInfo> hashes) Returns aModuleHashes
attribute.static ModuleHashesAttribute
ModuleHashesAttribute.of
(String algorithm, List<ModuleHashInfo> hashes) Returns aModuleHashes
attribute.