Package org.gnome.gio

Class TlsCertificate

java.lang.Object
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
TlsCertificate.TlsCertificateImpl

@Generated("io.github.jwharm.JavaGI") public abstract class TlsCertificate extends GObject
A certificate used for TLS authentication and encryption. This can represent either a certificate only (eg, the certificate received by a client from a server), or the combination of a certificate and a private key (which is needed when acting as a TlsServerConnection).