Uses of Interface
java.lang.classfile.attribute.ModuleHashInfo
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of ModuleHashInfoPREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionstatic ModuleHashInfoPREVIEW
ModuleHashInfo.of
(ModuleEntryPREVIEW moduleName, byte[] hash) Returns a module hash description.static ModuleHashInfoPREVIEW
ModuleHashInfo.of
(ModuleDesc moduleDesc, byte[] hash) Returns a module hash description.Modifier and TypeMethodDescriptionModuleHashesAttribute.hashes()
Returns the hash information about related modules.Modifier and TypeMethodDescriptionstatic ModuleHashesAttributePREVIEW
ModuleHashesAttribute.of
(Utf8EntryPREVIEW algorithm, ModuleHashInfoPREVIEW... hashes) Returns aModuleHashes
attribute.static ModuleHashesAttributePREVIEW
ModuleHashesAttribute.of
(String algorithm, ModuleHashInfoPREVIEW... hashes) Returns aModuleHashes
attribute.Modifier and TypeMethodDescriptionstatic ModuleHashesAttributePREVIEW
Returns aModuleHashes
attribute.static ModuleHashesAttributePREVIEW
ModuleHashesAttribute.of
(String algorithm, List<ModuleHashInfoPREVIEW> hashes) Returns aModuleHashes
attribute.