See: Description
| Interface | Description |
|---|---|
| CertificateProvider |
Interface for creating certificates.
|
| CertificateValidator |
CertificateValidator can be used to validate certificates (both application instance certificates
and user authentication certificates).
|
| CipherParams |
CipherParams interface.
|
| CryptoProvider |
Interface for encrypting and decrypting services.
|
| Class | Description |
|---|---|
| AllowAllCertificatesValidator |
A
CertificateValidator that allows all certificates. |
| BcCertificateProvider |
BouncyCastle-based
CertificateProvider. |
| BcCryptoProvider |
BcCryptoProvider class.
|
| BcFipsCryptoProvider |
CryptoProvider to use with the Bouncy
Castle FIPS edition. |
| BcJceCryptoProvider |
CryptoProvider to use with the Bouncy
Castle Java cryptography APIs. |
| Cert |
Cert is a X509 certificate that contains a public key.
|
| CertificateValidatorImpl | Deprecated |
| CertValidatorTrustManager |
This class adapts cert validator to trust manager.
|
| JceCryptoProvider |
CryptoProvider that uses the JCE.
|
| KeyPair |
Valid and encodeable certificate, including signed public key and private key This class
aggregates private and public keys.
|
| PrivKey |
Valid and encodeable private key.
|
| SecurityConfiguration | |
| SecurityConstants |
SecurityConstants class.
|
| SecurityMode |
Binding of
SecurityPolicy and MessageSecurityMode. |
| SecurityPolicyUri |
Defines constants related to security policies.
|
| Enum | Description |
|---|---|
| HttpsSecurityPolicy |
Definition of HTTPS Security Policies.
|
| SecurityAlgorithm |
OPC UA specific security algorithm URIs and the respective Java StandardNames
|
| SecurityAlgorithm.AlgorithmType | |
| SecurityPolicy |
Security Policy determines which algorithms to use during asymmetric and symmetric encryption.
|
Copyright © 2026. All rights reserved.