Class JarResigner.ResignWithSameDigestAlg
- java.lang.Object
-
- org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
-
- org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.Resign
-
- org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.ResignWithSameDigestAlg
-
- All Implemented Interfaces:
JarSigner
- Enclosing class:
- JarResigner
private static class JarResigner.ResignWithSameDigestAlg extends JarResigner.Resign
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
JarResigner.Strategy
-
Nested classes/interfaces inherited from interface org.eclipse.cbi.maven.plugins.jarsigner.JarSigner
JarSigner.Options
-
-
Constructor Summary
Constructors Constructor Description ResignWithSameDigestAlg(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
resign(java.nio.file.Path jar, JarSigner.Options options)
-
Methods inherited from class org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
create, delegate, doNotResign, getAllUsedDigestAlgorithm, getDigestAlgorithmToReuse, hasManifestDigest, isAlreadySigned, log, overwrite, overwriteWithSameDigestAlgorithm, resign, resignWithSameDigestAlgorithm, sign, throwException
-
-
-
-
Constructor Detail
-
ResignWithSameDigestAlg
public ResignWithSameDigestAlg(JarSigner delegate, org.apache.maven.plugin.logging.Log log)
-
-
Method Detail
-
resign
protected int resign(java.nio.file.Path jar, JarSigner.Options options) throws java.io.IOException
- Overrides:
resign
in classJarResigner.Resign
- Throws:
java.io.IOException
-
-