Custom

data class Custom(val derBytes: ByteArray) : CertSource

Use a caller-supplied DER-encoded X.509 CSCA certificate. Useful for testing, private PKI environments, or pinning a specific cert version.

Parameters

derBytes

Raw DER bytes of the X.509 certificate.

Constructors

Link copied to clipboard
constructor(derBytes: ByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int