X509SignatureAlgorithmDescription

sealed class X509SignatureAlgorithmDescription : Asn1Encodable<Asn1Sequence> , Identifiable

Inheritors

Types

Link copied to clipboard
object Companion : Asn1Decodable<Asn1Sequence, X509SignatureAlgorithmDescription>

Properties

Link copied to clipboard
open override val oid: ObjectIdentifier
Link copied to clipboard
abstract val parameters: List<Asn1Element>

Additional algorithm parameters, if any.

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
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

smart-casts the receiver to an X509SignatureAlgorithm.Supported if supported.

Link copied to clipboard
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