Uses of Enum Class
org.cdlib.mrt.utility.MessageDigestType
Packages that use MessageDigestType
-
Uses of MessageDigestType in org.cdlib.mrt.core
Fields in org.cdlib.mrt.core declared as MessageDigestTypeMethods in org.cdlib.mrt.core that return MessageDigestTypeModifier and TypeMethodDescriptionMessageDigest.getAlgorithm()Return checksum typestatic MessageDigestTypeMessageDigest.getAlgorithm(String algorithmS) Methods in org.cdlib.mrt.core with parameters of type MessageDigestTypeModifier and TypeMethodDescriptionFileComponent.getMessageDigest(MessageDigestType algorithm) Return a specific digest based on an algorithm enumConstructors in org.cdlib.mrt.core with parameters of type MessageDigestTypeModifierConstructorDescriptionMessageDigest(String value, MessageDigestType algorithm) Constructor -
Uses of MessageDigestType in org.cdlib.mrt.utility
Fields in org.cdlib.mrt.utility declared as MessageDigestTypeModifier and TypeFieldDescriptionprotected MessageDigestTypeMessageDigestValue.checksumTypeMessageDigestValue.Result.checksumTypeChecksums.Digest.typeMethods in org.cdlib.mrt.utility that return MessageDigestTypeModifier and TypeMethodDescriptionstatic MessageDigestTypeChecksums.getAlgorithm(String algorithmS) static MessageDigestTypeMessageDigestValue.getAlgorithm(String algorithmS) Convert a string form of checksum type to an enum form lowercase and strip punctuationMessageDigestValue.getChecksumType()return constructed checksum typestatic MessageDigestTypeReturns the enum constant of this class with the specified name.static MessageDigestType[]MessageDigestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cdlib.mrt.utility with parameters of type MessageDigestTypeModifierConstructorDescriptionResult(long inputSize, String checksum, MessageDigestType checksumType)