Uses of Class
org.eclipse.cbi.common.security.MessageDigestAlgorithm
-
Packages that use MessageDigestAlgorithm Package Description org.eclipse.cbi.common.security org.eclipse.cbi.maven.plugins.jarsigner org.eclipse.cbi.maven.plugins.jarsigner.mojo -
-
Uses of MessageDigestAlgorithm in org.eclipse.cbi.common.security
Methods in org.eclipse.cbi.common.security that return MessageDigestAlgorithm Modifier and Type Method Description static MessageDigestAlgorithm
MessageDigestAlgorithm. fromStandardName(java.lang.String digestAlgorithmName)
static MessageDigestAlgorithm
MessageDigestAlgorithm. valueOf(java.lang.String name)
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 MessageDigestAlgorithm Modifier and Type Field Description private MessageDigestAlgorithm
AutoValue_JarSigner_Options.Builder. digestAlgorithm
private MessageDigestAlgorithm
AutoValue_JarSigner_Options. digestAlgorithm
Methods in org.eclipse.cbi.maven.plugins.jarsigner that return MessageDigestAlgorithm Modifier and Type Method Description MessageDigestAlgorithm
AutoValue_JarSigner_Options. digestAlgorithm()
abstract MessageDigestAlgorithm
JarSigner.Options. digestAlgorithm()
(package private) static MessageDigestAlgorithm
JarResigner. getDigestAlgorithmToReuse(java.nio.file.Path jar)
Methods in org.eclipse.cbi.maven.plugins.jarsigner that return types with arguments of type MessageDigestAlgorithm Modifier and Type Method Description (package private) static java.util.Set<MessageDigestAlgorithm>
JarResigner. getAllUsedDigestAlgorithm(java.nio.file.Path jar)
Methods in org.eclipse.cbi.maven.plugins.jarsigner with parameters of type MessageDigestAlgorithm Modifier and Type Method Description JarSigner.Options.Builder
AutoValue_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 MessageDigestAlgorithm Constructor Description AutoValue_JarSigner_Options(MessageDigestAlgorithm digestAlgorithm, SignatureAlgorithm signatureAlgorithm, java.time.Duration connectTimeout, java.time.Duration timeout, java.lang.String sigFile)
-
Uses of MessageDigestAlgorithm in org.eclipse.cbi.maven.plugins.jarsigner.mojo
Fields in org.eclipse.cbi.maven.plugins.jarsigner.mojo declared as MessageDigestAlgorithm Modifier and Type Field Description private MessageDigestAlgorithm
SignMojo. digestAlgorithm
The digest algorithm to use for signing the jar file.
-