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