CertManager

open class CertManager(session: Session?, state: CertManagerState) : StatefulSyncableObject<CertManagerState> , CertManagerStub

Functions

Link copied to clipboard
fun certificate(): Certificate?
Link copied to clipboard
fun certificatePem(): String
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun flow(): Flow<CertManagerState>
Link copied to clipboard
open override fun fromVariantMap(properties: QVariantMap)
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun privateKey(): PrivateKey?
Link copied to clipboard
fun privateKeyPem(): String
Link copied to clipboard
open fun requestUpdate(properties: QVariantMap = toVariantMap())

Replaces all properties of the object with the content of the "properties" parameter. This parameter is in network representation.

Link copied to clipboard
open fun rpc(target: ProtocolSide, function: String, vararg arg: QVariant_)
Link copied to clipboard
open override fun setSslCert(encoded: ByteBuffer)
Link copied to clipboard
open override fun setSslKey(encoded: ByteBuffer)
Link copied to clipboard
open override fun state(): CertManagerState
Link copied to clipboard
open fun sync(target: ProtocolSide, function: String, vararg arg: QVariant_)
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun toVariantMap(): Map<String, QVariant<ByteBuffer>>
Link copied to clipboard
open fun update(properties: QVariantMap)

Replaces all properties of the object with the content of the "properties" parameter. This parameter is in network representation.

Properties

Link copied to clipboard
open override val className: String
Link copied to clipboard
override var initialized: Boolean
Link copied to clipboard
override var objectName: String
Link copied to clipboard
open override var session: Session?