Uses of Interface
java.lang.classfile.attribute.ModuleHashesAttribute
Packages that use ModuleHashesAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file attributes for the java.lang.classfile
library.-
Uses of ModuleHashesAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type ModuleHashesAttributeModifier and TypeMethodDescriptionstatic AttributeMapper
<ModuleHashesAttribute> Attributes.moduleHashes()
Returns the mapper for theModuleHashes
attribute. -
Uses of ModuleHashesAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type ModuleHashesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theModuleHashes
attribute, which appears on classes that represent module descriptors to capture the hashes of a set of co-delivered modules.Methods in java.lang.classfile.attribute that return ModuleHashesAttributeModifier and TypeMethodDescriptionstatic ModuleHashesAttribute
ModuleHashesAttribute.of
(Utf8Entry algorithm, ModuleHashInfo... hashes) Returns aModuleHashes
attribute.static ModuleHashesAttribute
ModuleHashesAttribute.of
(Utf8Entry algorithm, List<ModuleHashInfo> hashes) Returns aModuleHashes
attribute.static ModuleHashesAttribute
ModuleHashesAttribute.of
(String algorithm, ModuleHashInfo... hashes) Returns aModuleHashes
attribute.static ModuleHashesAttribute
ModuleHashesAttribute.of
(String algorithm, List<ModuleHashInfo> hashes) Returns aModuleHashes
attribute.