< prev index next >

make/data/symbols/java.base-7.sym.txt

Print this page
rev 59325 : imported patch 8244763-data
   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


 615 class name java/security/cert/CertPathValidatorSpi
 616 -method name engineGetRevocationChecker descriptor ()Ljava/security/cert/CertPathChecker;
 617 
 618 class name java/security/cert/Certificate
 619 -method name verify descriptor (Ljava/security/PublicKey;Ljava/security/Provider;)V
 620 
 621 class name java/security/cert/PKIXCertPathChecker
 622 header extends java/lang/Object implements java/lang/Cloneable flags 421
 623 -method name check descriptor (Ljava/security/cert/Certificate;)V
 624 
 625 -class name java/security/cert/PKIXRevocationChecker
 626 
 627 -class name java/security/cert/PKIXRevocationChecker$Option
 628 
 629 class name java/security/cert/X509CRL
 630 -method name verify descriptor (Ljava/security/PublicKey;Ljava/security/Provider;)V
 631 
 632 class name java/security/cert/X509Certificate
 633 -method name verify descriptor (Ljava/security/PublicKey;Ljava/security/Provider;)V
 634 



 635 -class name java/security/spec/DSAGenParameterSpec
 636 
 637 class name java/security/spec/MGF1ParameterSpec
 638 -field name SHA224 descriptor Ljava/security/spec/MGF1ParameterSpec;
























 639 
 640 class name java/text/Collator
 641 -method name getInstance descriptor (Ljava/util/Locale;)Ljava/text/Collator;
 642 method name getInstance descriptor (Ljava/util/Locale;)Ljava/text/Collator; flags 29
 643 
 644 class name java/text/DecimalFormat
 645 -method name setGroupingUsed descriptor (Z)V
 646 
 647 -class name java/time/Clock
 648 
 649 -class name java/time/DateTimeException
 650 
 651 -class name java/time/DayOfWeek
 652 
 653 -class name java/time/Duration
 654 
 655 -class name java/time/Instant
 656 
 657 -class name java/time/LocalDate
 658 


1440 -class name java/util/function/ObjLongConsumer
1441 
1442 -class name java/util/function/Predicate
1443 
1444 -class name java/util/function/Supplier
1445 
1446 -class name java/util/function/ToDoubleBiFunction
1447 
1448 -class name java/util/function/ToDoubleFunction
1449 
1450 -class name java/util/function/ToIntBiFunction
1451 
1452 -class name java/util/function/ToIntFunction
1453 
1454 -class name java/util/function/ToLongBiFunction
1455 
1456 -class name java/util/function/ToLongFunction
1457 
1458 -class name java/util/function/UnaryOperator
1459 








1460 class name java/util/jar/JarFile
1461 -method name stream descriptor ()Ljava/util/stream/Stream;
1462 
1463 class name java/util/jar/Pack200$Packer
1464 -method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V
1465 -method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V
1466 method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
1467 method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
1468 
1469 class name java/util/jar/Pack200$Unpacker
1470 -method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V
1471 -method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V
1472 method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
1473 method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
1474 
1475 class name java/util/regex/Matcher
1476 -method name start descriptor (Ljava/lang/String;)I
1477 -method name end descriptor (Ljava/lang/String;)I
1478 
1479 class name java/util/regex/Pattern


1518 
1519 -class name java/util/stream/StreamSupport
1520 
1521 class name java/util/zip/Adler32
1522 -method name update descriptor (Ljava/nio/ByteBuffer;)V
1523 
1524 class name java/util/zip/CRC32
1525 -method name update descriptor (Ljava/nio/ByteBuffer;)V
1526 
1527 class name java/util/zip/ZipEntry
1528 -method name setLastModifiedTime descriptor (Ljava/nio/file/attribute/FileTime;)Ljava/util/zip/ZipEntry;
1529 -method name getLastModifiedTime descriptor ()Ljava/nio/file/attribute/FileTime;
1530 -method name setLastAccessTime descriptor (Ljava/nio/file/attribute/FileTime;)Ljava/util/zip/ZipEntry;
1531 -method name getLastAccessTime descriptor ()Ljava/nio/file/attribute/FileTime;
1532 -method name setCreationTime descriptor (Ljava/nio/file/attribute/FileTime;)Ljava/util/zip/ZipEntry;
1533 -method name getCreationTime descriptor ()Ljava/nio/file/attribute/FileTime;
1534 
1535 class name java/util/zip/ZipFile
1536 -method name stream descriptor ()Ljava/util/stream/Stream;
1537 



1538 class name javax/crypto/SecretKey
1539 header extends java/lang/Object implements java/security/Key flags 601
1540 
1541 class name javax/crypto/SecretKeyFactory
1542 -method name getKeySpec descriptor (Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec;
1543 method name getKeySpec descriptor (Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec; thrownTypes java/security/spec/InvalidKeySpecException flags 11
1544 
1545 class name javax/crypto/SecretKeyFactorySpi
1546 -method name engineGetKeySpec descriptor (Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec;
1547 method name engineGetKeySpec descriptor (Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec; thrownTypes java/security/spec/InvalidKeySpecException flags 404
1548 
1549 class name javax/crypto/spec/PBEParameterSpec
1550 -method name <init> descriptor ([BILjava/security/spec/AlgorithmParameterSpec;)V
1551 -method name getParameterSpec descriptor ()Ljava/security/spec/AlgorithmParameterSpec;
1552 
1553 class name javax/net/ssl/ExtendedSSLSession
1554 -method name getRequestedServerNames descriptor ()Ljava/util/List;
1555 
1556 -class name javax/net/ssl/SNIHostName
1557 
1558 -class name javax/net/ssl/SNIMatcher
1559 
1560 -class name javax/net/ssl/SNIServerName
1561 






1562 class name javax/net/ssl/SSLParameters
1563 -method name setServerNames descriptor (Ljava/util/List;)V
1564 -method name getServerNames descriptor ()Ljava/util/List;
1565 -method name setSNIMatchers descriptor (Ljava/util/Collection;)V
1566 -method name getSNIMatchers descriptor ()Ljava/util/Collection;
1567 -method name setUseCipherSuitesOrder descriptor (Z)V
1568 -method name getUseCipherSuitesOrder descriptor ()Z








1569 
1570 class name javax/net/ssl/SSLSocketFactory
1571 -method name createSocket descriptor (Ljava/net/Socket;Ljava/io/InputStream;Z)Ljava/net/Socket;
1572 
1573 -class name javax/net/ssl/StandardConstants
1574 
1575 class name javax/security/auth/Destroyable
1576 -method name destroy descriptor ()V
1577 -method name isDestroyed descriptor ()Z
1578 method name destroy descriptor ()V thrownTypes javax/security/auth/DestroyFailedException flags 401
1579 method name isDestroyed descriptor ()Z flags 401
1580 
1581 -class name jdk/Exported
1582 
   1 #
   2 # Copyright (c) 2015, 2020, 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


 615 class name java/security/cert/CertPathValidatorSpi
 616 -method name engineGetRevocationChecker descriptor ()Ljava/security/cert/CertPathChecker;
 617 
 618 class name java/security/cert/Certificate
 619 -method name verify descriptor (Ljava/security/PublicKey;Ljava/security/Provider;)V
 620 
 621 class name java/security/cert/PKIXCertPathChecker
 622 header extends java/lang/Object implements java/lang/Cloneable flags 421
 623 -method name check descriptor (Ljava/security/cert/Certificate;)V
 624 
 625 -class name java/security/cert/PKIXRevocationChecker
 626 
 627 -class name java/security/cert/PKIXRevocationChecker$Option
 628 
 629 class name java/security/cert/X509CRL
 630 -method name verify descriptor (Ljava/security/PublicKey;Ljava/security/Provider;)V
 631 
 632 class name java/security/cert/X509Certificate
 633 -method name verify descriptor (Ljava/security/PublicKey;Ljava/security/Provider;)V
 634 
 635 class name java/security/interfaces/RSAKey
 636 -method name getParams descriptor ()Ljava/security/spec/AlgorithmParameterSpec;
 637 
 638 -class name java/security/spec/DSAGenParameterSpec
 639 
 640 class name java/security/spec/MGF1ParameterSpec
 641 -field name SHA224 descriptor Ljava/security/spec/MGF1ParameterSpec;
 642 -field name SHA512_224 descriptor Ljava/security/spec/MGF1ParameterSpec;
 643 -field name SHA512_256 descriptor Ljava/security/spec/MGF1ParameterSpec;
 644 
 645 class name java/security/spec/PSSParameterSpec
 646 -field name TRAILER_FIELD_BC descriptor I
 647 -method name toString descriptor ()Ljava/lang/String;
 648 
 649 class name java/security/spec/RSAKeyGenParameterSpec
 650 -method name <init> descriptor (ILjava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V
 651 -method name getKeyParams descriptor ()Ljava/security/spec/AlgorithmParameterSpec;
 652 
 653 class name java/security/spec/RSAMultiPrimePrivateCrtKeySpec
 654 -method name <init> descriptor (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;[Ljava/security/spec/RSAOtherPrimeInfo;Ljava/security/spec/AlgorithmParameterSpec;)V
 655 
 656 class name java/security/spec/RSAPrivateCrtKeySpec
 657 -method name <init> descriptor (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V
 658 
 659 class name java/security/spec/RSAPrivateKeySpec
 660 -method name <init> descriptor (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V
 661 -method name getParams descriptor ()Ljava/security/spec/AlgorithmParameterSpec;
 662 
 663 class name java/security/spec/RSAPublicKeySpec
 664 -method name <init> descriptor (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V
 665 -method name getParams descriptor ()Ljava/security/spec/AlgorithmParameterSpec;
 666 
 667 class name java/text/Collator
 668 -method name getInstance descriptor (Ljava/util/Locale;)Ljava/text/Collator;
 669 method name getInstance descriptor (Ljava/util/Locale;)Ljava/text/Collator; flags 29
 670 
 671 class name java/text/DecimalFormat
 672 -method name setGroupingUsed descriptor (Z)V
 673 
 674 -class name java/time/Clock
 675 
 676 -class name java/time/DateTimeException
 677 
 678 -class name java/time/DayOfWeek
 679 
 680 -class name java/time/Duration
 681 
 682 -class name java/time/Instant
 683 
 684 -class name java/time/LocalDate
 685 


1467 -class name java/util/function/ObjLongConsumer
1468 
1469 -class name java/util/function/Predicate
1470 
1471 -class name java/util/function/Supplier
1472 
1473 -class name java/util/function/ToDoubleBiFunction
1474 
1475 -class name java/util/function/ToDoubleFunction
1476 
1477 -class name java/util/function/ToIntBiFunction
1478 
1479 -class name java/util/function/ToIntFunction
1480 
1481 -class name java/util/function/ToLongBiFunction
1482 
1483 -class name java/util/function/ToLongFunction
1484 
1485 -class name java/util/function/UnaryOperator
1486 
1487 class name java/util/jar/Attributes$Name
1488 field name EXTENSION_INSTALLATION descriptor Ljava/util/jar/Attributes$Name; flags 19
1489 field name IMPLEMENTATION_VENDOR_ID descriptor Ljava/util/jar/Attributes$Name; flags 19
1490 field name IMPLEMENTATION_URL descriptor Ljava/util/jar/Attributes$Name; flags 19
1491 -field name EXTENSION_INSTALLATION descriptor Ljava/util/jar/Attributes$Name;
1492 -field name IMPLEMENTATION_VENDOR_ID descriptor Ljava/util/jar/Attributes$Name;
1493 -field name IMPLEMENTATION_URL descriptor Ljava/util/jar/Attributes$Name;
1494 
1495 class name java/util/jar/JarFile
1496 -method name stream descriptor ()Ljava/util/stream/Stream;
1497 
1498 class name java/util/jar/Pack200$Packer
1499 -method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V
1500 -method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V
1501 method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
1502 method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
1503 
1504 class name java/util/jar/Pack200$Unpacker
1505 -method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V
1506 -method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V
1507 method name addPropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
1508 method name removePropertyChangeListener descriptor (Ljava/beans/PropertyChangeListener;)V flags 401
1509 
1510 class name java/util/regex/Matcher
1511 -method name start descriptor (Ljava/lang/String;)I
1512 -method name end descriptor (Ljava/lang/String;)I
1513 
1514 class name java/util/regex/Pattern


1553 
1554 -class name java/util/stream/StreamSupport
1555 
1556 class name java/util/zip/Adler32
1557 -method name update descriptor (Ljava/nio/ByteBuffer;)V
1558 
1559 class name java/util/zip/CRC32
1560 -method name update descriptor (Ljava/nio/ByteBuffer;)V
1561 
1562 class name java/util/zip/ZipEntry
1563 -method name setLastModifiedTime descriptor (Ljava/nio/file/attribute/FileTime;)Ljava/util/zip/ZipEntry;
1564 -method name getLastModifiedTime descriptor ()Ljava/nio/file/attribute/FileTime;
1565 -method name setLastAccessTime descriptor (Ljava/nio/file/attribute/FileTime;)Ljava/util/zip/ZipEntry;
1566 -method name getLastAccessTime descriptor ()Ljava/nio/file/attribute/FileTime;
1567 -method name setCreationTime descriptor (Ljava/nio/file/attribute/FileTime;)Ljava/util/zip/ZipEntry;
1568 -method name getCreationTime descriptor ()Ljava/nio/file/attribute/FileTime;
1569 
1570 class name java/util/zip/ZipFile
1571 -method name stream descriptor ()Ljava/util/stream/Stream;
1572 
1573 class name javax/crypto/SealedObject
1574 header extends java/lang/Object implements java/io/Serializable flags 21
1575 
1576 class name javax/crypto/SecretKey
1577 header extends java/lang/Object implements java/security/Key flags 601
1578 
1579 class name javax/crypto/SecretKeyFactory
1580 -method name getKeySpec descriptor (Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec;
1581 method name getKeySpec descriptor (Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec; thrownTypes java/security/spec/InvalidKeySpecException flags 11
1582 
1583 class name javax/crypto/SecretKeyFactorySpi
1584 -method name engineGetKeySpec descriptor (Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec;
1585 method name engineGetKeySpec descriptor (Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec; thrownTypes java/security/spec/InvalidKeySpecException flags 404
1586 
1587 class name javax/crypto/spec/PBEParameterSpec
1588 -method name <init> descriptor ([BILjava/security/spec/AlgorithmParameterSpec;)V
1589 -method name getParameterSpec descriptor ()Ljava/security/spec/AlgorithmParameterSpec;
1590 
1591 class name javax/net/ssl/ExtendedSSLSession
1592 -method name getRequestedServerNames descriptor ()Ljava/util/List;
1593 
1594 -class name javax/net/ssl/SNIHostName
1595 
1596 -class name javax/net/ssl/SNIMatcher
1597 
1598 -class name javax/net/ssl/SNIServerName
1599 
1600 class name javax/net/ssl/SSLEngine
1601 -method name getApplicationProtocol descriptor ()Ljava/lang/String;
1602 -method name getHandshakeApplicationProtocol descriptor ()Ljava/lang/String;
1603 -method name setHandshakeApplicationProtocolSelector descriptor (Ljava/util/function/BiFunction;)V
1604 -method name getHandshakeApplicationProtocolSelector descriptor ()Ljava/util/function/BiFunction;
1605 
1606 class name javax/net/ssl/SSLParameters
1607 -method name setServerNames descriptor (Ljava/util/List;)V
1608 -method name getServerNames descriptor ()Ljava/util/List;
1609 -method name setSNIMatchers descriptor (Ljava/util/Collection;)V
1610 -method name getSNIMatchers descriptor ()Ljava/util/Collection;
1611 -method name setUseCipherSuitesOrder descriptor (Z)V
1612 -method name getUseCipherSuitesOrder descriptor ()Z
1613 -method name getApplicationProtocols descriptor ()[Ljava/lang/String;
1614 -method name setApplicationProtocols descriptor ([Ljava/lang/String;)V
1615 
1616 class name javax/net/ssl/SSLSocket
1617 -method name getApplicationProtocol descriptor ()Ljava/lang/String;
1618 -method name getHandshakeApplicationProtocol descriptor ()Ljava/lang/String;
1619 -method name setHandshakeApplicationProtocolSelector descriptor (Ljava/util/function/BiFunction;)V
1620 -method name getHandshakeApplicationProtocolSelector descriptor ()Ljava/util/function/BiFunction;
1621 
1622 class name javax/net/ssl/SSLSocketFactory
1623 -method name createSocket descriptor (Ljava/net/Socket;Ljava/io/InputStream;Z)Ljava/net/Socket;
1624 
1625 -class name javax/net/ssl/StandardConstants
1626 
1627 class name javax/security/auth/Destroyable
1628 -method name destroy descriptor ()V
1629 -method name isDestroyed descriptor ()Z
1630 method name destroy descriptor ()V thrownTypes javax/security/auth/DestroyFailedException flags 401
1631 method name isDestroyed descriptor ()Z flags 401
1632 
1633 -class name jdk/Exported
1634 
< prev index next >