Class JarResigner.Resign
- java.lang.Object
-
- org.eclipse.cbi.maven.plugins.jarsigner.JarResigner
-
- org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.Resign
-
- All Implemented Interfaces:
JarSigner
- Direct Known Subclasses:
JarResigner.ResignWithSameDigestAlg
- Enclosing class:
- JarResigner
private static class JarResigner.Resign extends JarResigner
-
-
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
-
-
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
-
Resign
Resign(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
- Specified by:
resign
in classJarResigner
- Throws:
java.io.IOException
-
-