Pkcs10CertificationRequest

open class Pkcs10CertificationRequest(val certificationRequestInfo: Pkcs10CertificationRequestInfo, val signatureAlgorithm: SignatureAlgorithmIdentifier, val signatureValue: Asn1BitString) : Asn1PemEncodable<Asn1Sequence> (source)

Constructors

Link copied to clipboard
constructor(certificationRequestInfo: Pkcs10CertificationRequestInfo, signatureAlgorithm: SignatureAlgorithmIdentifier, signatureValue: Asn1BitString)

Types

Properties

Link copied to clipboard
Link copied to clipboard
open override val pemLabel: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun encodeToPemPayload(): ByteArray
Link copied to clipboard
open override fun encodeToTlv(): Asn1Sequence
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open infix fun withImplicitTag(tagValue: ULong): Asn1Element