| Modifier and Type | Class and Description |
|---|---|
static class |
Safeguard.A2A.Event
This static class provides access to Safeguard A2A Event
functionality with persistent event listeners.
|
| Constructor and Description |
|---|
A2A() |
| Modifier and Type | Method and Description |
|---|---|
static ISafeguardA2AContext |
getContext(String networkAddress,
String certificatePath,
char[] certificatePassword,
Integer apiVersion,
Boolean ignoreSsl)
Establish a Safeguard A2A context using a certificate stored in a file.
|
static ISafeguardA2AContext |
getContext(String networkAddress,
String keystorePath,
char[] keystorePassword,
String certificateAlias,
Integer apiVersion,
Boolean ignoreSsl)
Establish a Safeguard A2A context using a certificate from the keystore.
|
public static ISafeguardA2AContext getContext(String networkAddress, String keystorePath, char[] keystorePassword, String certificateAlias, Integer apiVersion, Boolean ignoreSsl)
networkAddress - Network address of Safeguard appliance.keystorePath - Path to the keystore containing the client certificate.keystorePassword - Keystore password.certificateAlias - Alias identifying a client certificate in the keystore.apiVersion - Target API version to use.ignoreSsl - Ignore server certificate validation.public static ISafeguardA2AContext getContext(String networkAddress, String certificatePath, char[] certificatePassword, Integer apiVersion, Boolean ignoreSsl)
networkAddress - Network address of Safeguard appliance.certificatePath - Path to PFX (or PKCS12) certificate file also
containing private key.certificatePassword - Password to decrypt the certificate file.apiVersion - Target API version to use.ignoreSsl - Ignore server certificate validation.Copyright © 2019. All rights reserved.