Pkcs10CertificationRequest

data class Pkcs10CertificationRequest(val tbsCsr: TbsCertificationRequest, val signatureAlgorithm: X509SignatureAlgorithmDescription, val rawSignature: Asn1Primitive) : PemEncodable<Asn1Sequence> (source)

Very simple implementation of a PKCS#10 Certification Request

Constructors

Link copied to clipboard
constructor(tbsCsr: TbsCertificationRequest, signatureAlgorithm: X509SignatureAlgorithmDescription, rawSignature: Asn1Primitive)
constructor(tbsCsr: TbsCertificationRequest, signatureAlgorithm: X509SignatureAlgorithmDescription, signature: CryptoSignature)

Types

Link copied to clipboard
object Companion : PemDecodable<Asn1Sequence, Pkcs10CertificationRequest>

Properties

Link copied to clipboard
open override val canonicalPEMBoundary: String
Link copied to clipboard
Link copied to clipboard
val rawSignature: Asn1Primitive
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun encodeToDerSafe(): KmmResult<ByteArray>
Link copied to clipboard
open override fun encodeToTlv(): Asn1Sequence
Link copied to clipboard
open fun encodeToTlvOrNull(): Asn1Sequence?
Link copied to clipboard
open fun encodeToTlvSafe(): KmmResult<Asn1Sequence>
Link copied to clipboard
Link copied to clipboard
open infix fun withImplicitTag(tag: Asn1Element.Tag): Asn1Element
open infix fun withImplicitTag(template: Asn1Element.Tag.Template): Asn1Element
open infix fun withImplicitTag(tagValue: ULong): Asn1Element