< prev index next >

jdk/src/jdk.jartool/share/classes/jdk/security/jarsigner/JarSigner.java

Print this page

        

*** 75,94 **** * FileOutputStream out = new FileOutputStream(outputFile)) { * signer.sign(in, out); * } * </pre> * ! * @since 1.9 */ @jdk.Exported public final class JarSigner { /** * A mutable builder class that can create an immutable {@code JarSigner} * from various signing-related parameters. * ! * @since 1.9 */ @jdk.Exported public static class Builder { // Signer materials: --- 75,94 ---- * FileOutputStream out = new FileOutputStream(outputFile)) { * signer.sign(in, out); * } * </pre> * ! * @since 9 */ @jdk.Exported public final class JarSigner { /** * A mutable builder class that can create an immutable {@code JarSigner} * from various signing-related parameters. * ! * @since 9 */ @jdk.Exported public static class Builder { // Signer materials:
< prev index next >