| Class | Description |
|---|---|
| AbstractVerifier | Class encapsulating the abstract Certificate verifier. |
| Certificate | Class encapsulating a certificate and its private key, and optionally the passphrase for the private key. |
| CertificateCA | Class encapsulating the certificate of a Certificate Authority (CA certificate) and its private key, and optionally the passphrase for the private key. |
| ClientCertificateVerifier | Class that can be used to verify the certificate of the client-side connection. |
| ClientNoneVerifier | Disables certificate verification in client-side connection. |
| ClientOnlyEncryption | The ClientOnlyEncryption class handles scenarios when only the client-Zorp connection is encrypted, the Zorp-server connection is not |
| ClientOnlyStartTLSEncryption | The client can optionally request STARTTLS encryption, but the server-side connection is always unencrypted. |
| ClientSSLOptions | Class encapsulating a set of SSL options used in the client-side connection. |
| DHParam | Class encapsulating DH parameters. |
| DynamicCertificate | Class to perform SSL keybridging. |
| EncryptionPolicy | Class encapsulating a named set of encryption settings. |
| FakeStartTLSEncryption | The client can optionally request STARTTLS encryption, but the server-side connection is always encrypted. |
| ForwardStartTLSEncryption | The ForwardStartTLSEncryption class handles scenarios when the client can optionally request STARTTLS encryption. |
| PrivateKey | Class encapsulating a private key. |
| SNIBasedCertificate | Class to be used for Server Name Indication (SNI) |
| SSLOptions | Class encapsulating the abstract SSL options. |
| ServerCertificateVerifier | Class that can be used to verify the certificate of the server-side connection. |
| ServerNoneVerifier | Disables certificate verification in server-side connection. |
| ServerOnlyEncryption | The ServerOnlyEncryption class handles scenarios when only the Zorp-server connection is encrypted, the client-Zorp connection is not |
| ServerSSLOptions | Class encapsulating a set of SSL options used in the server-side connection. |
| StaticCertificate | Class encapsulating a static Certificate object. |
| TwoSidedEncryption | The TwoSidedEncryption class handles scenarios when both the client-Zorp and the Zorp-server connections are encrypted. |
Table 5.36. Classes of the Encryption module
Published on June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu


