Uses of Enum
org.eclipse.cbi.common.security.MessageDigestAlgorithm
Packages that use MessageDigestAlgorithm
Package
Description
-
Uses of MessageDigestAlgorithm in org.eclipse.cbi.common.security
Methods in org.eclipse.cbi.common.security that return MessageDigestAlgorithmModifier and TypeMethodDescriptionstatic MessageDigestAlgorithm
MessageDigestAlgorithm.fromStandardName
(String digestAlgorithmName) static MessageDigestAlgorithm
Returns the enum constant of this type with the specified name.static MessageDigestAlgorithm[]
MessageDigestAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageDigestAlgorithm in org.eclipse.cbi.maven.plugins.jarsigner
Fields in org.eclipse.cbi.maven.plugins.jarsigner declared as MessageDigestAlgorithmModifier and TypeFieldDescriptionprivate MessageDigestAlgorithm
AutoValue_JarSigner_Options.Builder.digestAlgorithm
private final MessageDigestAlgorithm
AutoValue_JarSigner_Options.digestAlgorithm
Methods in org.eclipse.cbi.maven.plugins.jarsigner that return MessageDigestAlgorithmModifier and TypeMethodDescriptionAutoValue_JarSigner_Options.digestAlgorithm()
abstract MessageDigestAlgorithm
JarSigner.Options.digestAlgorithm()
(package private) static MessageDigestAlgorithm
JarResigner.getDigestAlgorithmToReuse
(Path jar) Methods in org.eclipse.cbi.maven.plugins.jarsigner that return types with arguments of type MessageDigestAlgorithmModifier and TypeMethodDescription(package private) static Set
<MessageDigestAlgorithm> JarResigner.getAllUsedDigestAlgorithm
(Path jar) Methods in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type MessageDigestAlgorithmModifier and TypeMethodDescriptionAutoValue_JarSigner_Options.Builder.digestAlgorithm
(MessageDigestAlgorithm digestAlgorithm) abstract JarSigner.Options.Builder
JarSigner.Options.Builder.digestAlgorithm
(MessageDigestAlgorithm digestAlgorithm) Constructors in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type MessageDigestAlgorithmModifierConstructorDescriptionprivate
AutoValue_JarSigner_Options
(MessageDigestAlgorithm digestAlgorithm, SignatureAlgorithm signatureAlgorithm, Duration connectTimeout, Duration timeout, String sigFile) -
Uses of MessageDigestAlgorithm in org.eclipse.cbi.maven.plugins.jarsigner.mojo
Fields in org.eclipse.cbi.maven.plugins.jarsigner.mojo declared as MessageDigestAlgorithmModifier and TypeFieldDescriptionprivate MessageDigestAlgorithm
SignMojo.digestAlgorithm
The digest algorithm to use for signing the jar file.