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.classfileMethods in java.lang.classfile that return types with arguments of type ModuleHashesAttributeModifier and TypeMethodDescriptionstatic AttributeMapper<ModuleHashesAttribute> Attributes.moduleHashes()Returns the mapper for theModuleHashesattribute.
- 
Uses of ModuleHashesAttribute in java.lang.classfile.attributeSubinterfaces with type arguments of type ModuleHashesAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterfaceModels theModuleHashesattribute, 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 ModuleHashesAttributeModuleHashesAttribute.of(Utf8Entry algorithm, ModuleHashInfo... hashes) Returns aModuleHashesattribute.static ModuleHashesAttributeModuleHashesAttribute.of(Utf8Entry algorithm, List<ModuleHashInfo> hashes) Returns aModuleHashesattribute.static ModuleHashesAttributeModuleHashesAttribute.of(String algorithm, ModuleHashInfo... hashes) Returns aModuleHashesattribute.static ModuleHashesAttributeModuleHashesAttribute.of(String algorithm, List<ModuleHashInfo> hashes) Returns aModuleHashesattribute.