X509SignedBuilder

Base builder class for X509 signed sequences (certificates and CRLs).

Parameters

signingKey

key that is used to sign the sequence

issuer

the issuer of the certificate or CRL

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Adds an X.509 extension to the certificate or CRL.

fun addExtension(oid: String, critical: Boolean, value: ByteArray): BuilderT
fun addExtension(oid: String, critical: Boolean, value: ByteString): BuilderT

Adds an X.509 extension to the certificate or CRL