make/data/symbols/jdk.jartool-9.sym.txt
changeset 47703 dbfac941197a
equal deleted inserted replaced
47702:cf8310446245 47703:dbfac941197a
       
     1 #
       
     2 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
       
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4 #
       
     5 # This code is free software; you can redistribute it and/or modify it
       
     6 # under the terms of the GNU General Public License version 2 only, as
       
     7 # published by the Free Software Foundation.  Oracle designates this
       
     8 # particular file as subject to the "Classpath" exception as provided
       
     9 # by Oracle in the LICENSE file that accompanied this code.
       
    10 #
       
    11 # This code is distributed in the hope that it will be useful, but WITHOUT
       
    12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14 # version 2 for more details (a copy is included in the LICENSE file that
       
    15 # accompanied this code).
       
    16 #
       
    17 # You should have received a copy of the GNU General Public License version
       
    18 # 2 along with this work; if not, write to the Free Software Foundation,
       
    19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20 #
       
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    22 # or visit www.oracle.com if you need additional information or have any
       
    23 # questions.
       
    24 #
       
    25 # ##########################################################
       
    26 # ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
       
    27 # ##########################################################
       
    28 #
       
    29 module name jdk.jartool
       
    30 header exports com/sun/jarsigner,jdk/security/jarsigner requires name\u0020;java.base\u0020;flags\u0020;8000 provides interface\u0020;java/util/spi/ToolProvider\u0020;impls\u0020;sun/tools/jar/JarToolProvider flags 8000
       
    31 
       
    32 class name com/sun/jarsigner/ContentSigner
       
    33 header extends java/lang/Object flags 421 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
       
    34 method name <init> descriptor ()V flags 1
       
    35 method name generateSignedData descriptor (Lcom/sun/jarsigner/ContentSignerParameters;ZZ)[B thrownTypes java/security/NoSuchAlgorithmException,java/security/cert/CertificateException,java/io/IOException flags 401
       
    36 
       
    37 class name com/sun/jarsigner/ContentSignerParameters
       
    38 header extends java/lang/Object flags 601 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(since="9")
       
    39 method name getCommandLine descriptor ()[Ljava/lang/String; flags 401
       
    40 method name getTimestampingAuthority descriptor ()Ljava/net/URI; flags 401
       
    41 method name getTimestampingAuthorityCertificate descriptor ()Ljava/security/cert/X509Certificate; flags 401
       
    42 method name getTSAPolicyID descriptor ()Ljava/lang/String; flags 1
       
    43 method name getTSADigestAlg descriptor ()Ljava/lang/String; flags 1
       
    44 method name getSignature descriptor ()[B flags 401
       
    45 method name getSignatureAlgorithm descriptor ()Ljava/lang/String; flags 401
       
    46 method name getSignerCertificateChain descriptor ()[Ljava/security/cert/X509Certificate; flags 401
       
    47 method name getContent descriptor ()[B flags 401
       
    48 method name getSource descriptor ()Ljava/util/zip/ZipFile; flags 401
       
    49 
       
    50 class name jdk/security/jarsigner/JarSigner
       
    51 header extends java/lang/Object flags 31
       
    52 innerclass innerClass jdk/security/jarsigner/JarSigner$Builder outerClass jdk/security/jarsigner/JarSigner innerClassName Builder flags 9
       
    53 innerclass innerClass java/util/jar/Attributes$Name outerClass java/util/jar/Attributes innerClassName Name flags 9
       
    54 innerclass innerClass java/util/Base64$Encoder outerClass java/util/Base64 innerClassName Encoder flags 9
       
    55 method name sign descriptor (Ljava/util/zip/ZipFile;Ljava/io/OutputStream;)V flags 1
       
    56 method name getDigestAlgorithm descriptor ()Ljava/lang/String; flags 1
       
    57 method name getSignatureAlgorithm descriptor ()Ljava/lang/String; flags 1
       
    58 method name getTsa descriptor ()Ljava/net/URI; flags 1
       
    59 method name getSignerName descriptor ()Ljava/lang/String; flags 1
       
    60 method name getProperty descriptor (Ljava/lang/String;)Ljava/lang/String; flags 1
       
    61 
       
    62 class name jdk/security/jarsigner/JarSigner$Builder
       
    63 header extends java/lang/Object flags 21
       
    64 innerclass innerClass java/security/KeyStore$PrivateKeyEntry outerClass java/security/KeyStore innerClassName PrivateKeyEntry flags 19
       
    65 innerclass innerClass jdk/security/jarsigner/JarSigner$Builder outerClass jdk/security/jarsigner/JarSigner innerClassName Builder flags 9
       
    66 method name <init> descriptor (Ljava/security/KeyStore$PrivateKeyEntry;)V flags 1
       
    67 method name <init> descriptor (Ljava/security/PrivateKey;Ljava/security/cert/CertPath;)V flags 1
       
    68 method name digestAlgorithm descriptor (Ljava/lang/String;)Ljdk/security/jarsigner/JarSigner$Builder; thrownTypes java/security/NoSuchAlgorithmException flags 1
       
    69 method name digestAlgorithm descriptor (Ljava/lang/String;Ljava/security/Provider;)Ljdk/security/jarsigner/JarSigner$Builder; thrownTypes java/security/NoSuchAlgorithmException flags 1
       
    70 method name signatureAlgorithm descriptor (Ljava/lang/String;)Ljdk/security/jarsigner/JarSigner$Builder; thrownTypes java/security/NoSuchAlgorithmException flags 1
       
    71 method name signatureAlgorithm descriptor (Ljava/lang/String;Ljava/security/Provider;)Ljdk/security/jarsigner/JarSigner$Builder; thrownTypes java/security/NoSuchAlgorithmException flags 1
       
    72 method name tsa descriptor (Ljava/net/URI;)Ljdk/security/jarsigner/JarSigner$Builder; flags 1
       
    73 method name signerName descriptor (Ljava/lang/String;)Ljdk/security/jarsigner/JarSigner$Builder; flags 1
       
    74 method name eventHandler descriptor (Ljava/util/function/BiConsumer;)Ljdk/security/jarsigner/JarSigner$Builder; flags 1 signature (Ljava/util/function/BiConsumer<Ljava/lang/String;Ljava/lang/String;>;)Ljdk/security/jarsigner/JarSigner$Builder;
       
    75 method name setProperty descriptor (Ljava/lang/String;Ljava/lang/String;)Ljdk/security/jarsigner/JarSigner$Builder; flags 1
       
    76 method name getDefaultDigestAlgorithm descriptor ()Ljava/lang/String; flags 9
       
    77 method name getDefaultSignatureAlgorithm descriptor (Ljava/security/PrivateKey;)Ljava/lang/String; flags 9
       
    78 method name build descriptor ()Ljdk/security/jarsigner/JarSigner; flags 1
       
    79 
       
    80 class name jdk/security/jarsigner/JarSignerException
       
    81 header extends java/lang/RuntimeException flags 21
       
    82 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Throwable;)V flags 1
       
    83