Pkcs10CertificationRequestInfo

open class Pkcs10CertificationRequestInfo(val version: Int = 0, val subjectName: List<RelativeDistinguishedName>, val publicKey: SubjectPublicKeyInfo, val attributes: List<Attribute> = listOf()) : Asn1Encodable<Asn1Sequence> (source)

Constructors

Link copied to clipboard
constructor(version: Int = 0, subjectName: List<RelativeDistinguishedName>, publicKey: SubjectPublicKeyInfo, attributes: List<Attribute> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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