jdk/src/share/classes/java/security/cert/CertPathBuilderSpi.java
changeset 19828 b4f91bc595fe
parent 18551 882a3948c6e6
equal deleted inserted replaced
19827:082c76535c1f 19828:b4f91bc595fe
    85      * <p>This method was added to version 1.8 of the Java Platform Standard
    85      * <p>This method was added to version 1.8 of the Java Platform Standard
    86      * Edition. In order to maintain backwards compatibility with existing
    86      * Edition. In order to maintain backwards compatibility with existing
    87      * service providers, this method cannot be abstract and by default throws
    87      * service providers, this method cannot be abstract and by default throws
    88      * an {@code UnsupportedOperationException}.
    88      * an {@code UnsupportedOperationException}.
    89      *
    89      *
       
    90      * @return a {@code CertPathChecker} that this implementation uses to
       
    91      * check the revocation status of certificates
    90      * @throws UnsupportedOperationException if this method is not supported
    92      * @throws UnsupportedOperationException if this method is not supported
    91      * @since 1.8
    93      * @since 1.8
    92      */
    94      */
    93     public CertPathChecker engineGetRevocationChecker() {
    95     public CertPathChecker engineGetRevocationChecker() {
    94         throw new UnsupportedOperationException();
    96         throw new UnsupportedOperationException();