Uses of Class
org.cdlib.mrt.core.MessageDigest
Packages that use MessageDigest
-
Uses of MessageDigest in org.cdlib.mrt.cloud
Fields in org.cdlib.mrt.cloud declared as MessageDigestMethods in org.cdlib.mrt.cloud that return MessageDigestMethods in org.cdlib.mrt.cloud with parameters of type MessageDigestModifier and TypeMethodDescriptionvoidCloudList.add(String container, String key, long size, String etag, String contentType, String lastModified, MessageDigest digest, String storageClass) CloudList.CloudEntry.sDigest(MessageDigest digest) voidCloudList.CloudEntry.setDigest(MessageDigest digest) Constructors in org.cdlib.mrt.cloud with parameters of type MessageDigestModifierConstructorDescriptionCloudEntry(String container, String key, long size, String etag, String contentType, String lastModified, MessageDigest digest, String storageClass) -
Uses of MessageDigest in org.cdlib.mrt.core
Fields in org.cdlib.mrt.core with type parameters of type MessageDigestMethods in org.cdlib.mrt.core that return MessageDigestModifier and TypeMethodDescriptionFileComponent.getMessageDigest()Return the first Message digest in digest set Typically there will only be one as saved in manifestFileComponent.getMessageDigest(String algorithmS) Return a specific digest based on algorithm e.g. return a checksum based on checksum typeFileComponent.getMessageDigest(MessageDigestType algorithm) Return a specific digest based on an algorithm enumMethods in org.cdlib.mrt.core that return types with arguments of type MessageDigestModifier and TypeMethodDescriptionFileComponent.getMessageDigests()set of MessageDigest - each containing a unique MessageDigest type (e.g. checksum type)Methods in org.cdlib.mrt.core with parameters of type MessageDigestModifier and TypeMethodDescriptionbooleanMessageDigest.equals(MessageDigest in) Matches one message digest against anotherMethod parameters in org.cdlib.mrt.core with type arguments of type MessageDigestModifier and TypeMethodDescriptionvoidFileComponent.setMessageDigests(HashSet<MessageDigest> messageDigests) -
Uses of MessageDigest in org.cdlib.mrt.tools.loader
Methods in org.cdlib.mrt.tools.loader with parameters of type MessageDigestModifier and TypeMethodDescriptionStoreLoader.addVersion(int nodeID, Identifier objectID, String localContext, String localID, File manifest, Long size, MessageDigest manifestMessageDigest)