Uses of Class
org.opencastproject.util.Checksum
Packages that use Checksum
Package
Description
This package and all of its sub-packages contain the API definition of the asset manager.
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
Uses of Checksum in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return Checksum -
Uses of Checksum in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return ChecksumConstructors in org.opencastproject.assetmanager.impl with parameters of type ChecksumModifierConstructorDescriptionAssetImpl(AssetId id, InputStream in, Optional<MimeType> mimeType, long size, String storeId, Availability availability, Checksum checksum) -
Uses of Checksum in org.opencastproject.mediapackage
Fields in org.opencastproject.mediapackage declared as ChecksumModifier and TypeFieldDescriptionprotected ChecksumAbstractMediaPackageElement.checksumThe element's checksumMethods in org.opencastproject.mediapackage that return ChecksumModifier and TypeMethodDescriptionAbstractMediaPackageElement.getChecksum()MediaPackageElement.getChecksum()Returns the file's checksum.Methods in org.opencastproject.mediapackage with parameters of type ChecksumModifier and TypeMethodDescriptionvoidAbstractMediaPackageElement.setChecksum(Checksum checksum) voidMediaPackageElement.setChecksum(Checksum checksum) Sets the new checksum on this media package element.Constructors in org.opencastproject.mediapackage with parameters of type ChecksumModifierConstructorDescriptionprotectedAbstractMediaPackageElement(String id, MediaPackageElement.Type elementType, MediaPackageElementFlavor flavor, URI uri, Long size, Checksum checksum, MimeType mimeType) Creates a new media package element.protectedAbstractMediaPackageElement(MediaPackageElement.Type elementType, MediaPackageElementFlavor flavor, URI uri, Long size, Checksum checksum, MimeType mimeType) Creates a new media package element.protectedCatalogImpl(String id, MediaPackageElementFlavor flavor, URI uri, long size, Checksum checksum, MimeType mimeType) Creates an abstract metadata container. -
Uses of Checksum in org.opencastproject.mediapackage.attachment
Constructors in org.opencastproject.mediapackage.attachment with parameters of type ChecksumModifierConstructorDescriptionprotectedAttachmentImpl(String identifier, MediaPackageElementFlavor flavor, URI uri, Long size, Checksum checksum, MimeType mimeType) Creates an attachment. -
Uses of Checksum in org.opencastproject.metadata.dublincore
Methods in org.opencastproject.metadata.dublincore that return ChecksumModifier and TypeMethodDescriptionstatic ChecksumDublinCoreUtil.calculateChecksum(DublinCoreCatalog dc) Calculate an MD5 checksum for a DublinCore catalog. -
Uses of Checksum in org.opencastproject.security.api
Methods in org.opencastproject.security.api that return ChecksumModifier and TypeMethodDescriptionstatic ChecksumAccessControlUtil.calculateChecksum(AccessControlList acl) Calculate an MD5 checksum for anAccessControlList. -
Uses of Checksum in org.opencastproject.util
Methods in org.opencastproject.util that return ChecksumModifier and TypeMethodDescriptionstatic ChecksumCreates a checksum of typetypeand valuevalue.static ChecksumChecksum.create(ChecksumType type, File file) Creates a checksum of typetypefrom the given file.static ChecksumChecksum.create(ChecksumType type, InputStream is) Creates a checksum of typetypefrom the given input stream.static ChecksumChecksum.create(ChecksumType type, String value) Creates a checksum of typetypeand valuevalue.static ChecksumChecksum.fromString(String checksum) Creates a checksum from a string in the form "value (type)".