Package org.somda.sdc.dpws.crypto
Class CryptoConfig
java.lang.Object
org.somda.sdc.dpws.crypto.CryptoConfig
Configuration keys for cryptographic components.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringHostname verifier called on new connections in the http client.static final StringHostname verifier called on new connections in the http server.static final StringUsed to retrieve SSL configuration.static final StringCiphers enabled for secure communication, support may depend on used libraries.static final StringProtocols enabled for secure communication, support may depend on used libraries. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CRYPTO_SETTINGS
Used to retrieve SSL configuration.- Data type:
CryptoSettings - Use: optional
- See Also:
- Data type:
-
CRYPTO_TLS_ENABLED_VERSIONS
Protocols enabled for secure communication, support may depend on used libraries.- Data type: array of
String - Use: optional
- See Also:
- Data type: array of
-
CRYPTO_TLS_ENABLED_CIPHERS
Ciphers enabled for secure communication, support may depend on used libraries.Uses the IANA notation for ciphers!
- Data type: array of
String - Use: optional
- See Also:
- Data type: array of
-
CRYPTO_CLIENT_HOSTNAME_VERIFIER
Hostname verifier called on new connections in the http client.- Data type:
HostnameVerifier - Use: optional
- See Also:
- Data type:
-
CRYPTO_DEVICE_HOSTNAME_VERIFIER
Hostname verifier called on new connections in the http server.- Data type:
HostnameVerifier - Use: optional
- See Also:
- Data type:
-
-
Constructor Details
-
CryptoConfig
public CryptoConfig()
-