Skip to content

Commit

Permalink
Removed legacy information
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 23, 2024
1 parent 07ba389 commit 3578d75
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
import com.helger.web.scope.mgr.WebScopeManager;

/**
* Example class that provides the configuration items "inline" to avoid the
* need for "crypto.properties" file.
* Example class that provides the configuration items "inline" and not from
* configuration.
*
* @author Philip Helger
*/
Expand All @@ -57,7 +57,6 @@ public static void main (final String [] args)
if (aPayloadBytes == null)
throw new IllegalStateException ("Failed to read XML file to be send");

// Manual information - don't use crypto.properties
final AS4KeyStoreDescriptor aKSD = AS4KeyStoreDescriptor.builder ()
.type (EKeyStoreType.PKCS12)
.path ("test-ap.p12")
Expand Down

0 comments on commit 3578d75

Please sign in to comment.