Skip to content

Commit 1d45fc9

Browse files
committed
Improved docs
1 parent 141fcd0 commit 1d45fc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phase4-lib/src/main/java/com/helger/phase4/incoming/IAS4IncomingMessageState.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ()

0 commit comments

Comments
 (0)