File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
phase4-lib/src/main/java/com/helger/phase4/incoming Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,8 @@ default boolean hasResponderID ()
349349 * @return The first provided certificate in the incoming message. Usually the
350350 * certificate that was used for signing. May be <code>null</code>.
351351 * @see #hasUsedCertificate()
352+ * @see #getSigningCertificate()
353+ * @see #getDecryptingCertificate()
352354 */
353355 @ Nullable
354356 @ Deprecated (forRemoval = true , since = "3.0.5" )
@@ -358,6 +360,8 @@ default boolean hasResponderID ()
358360 * @return <code>true</code> if a certificate is provided, <code>false</code>
359361 * if not.
360362 * @see #getUsedCertificate()
363+ * @see #hasSigningCertificate()
364+ * @see #hasDecryptingCertificate()
361365 */
362366 @ Deprecated (forRemoval = true , since = "3.0.5" )
363367 default boolean hasUsedCertificate ()
You can’t perform that action at this time.
0 commit comments