DerBuilder

Builder for DerConfiguration, used by DER { ... }.

  • encodeDefaults: include/exclude default-valued properties.

  • explicitNulls: encode null as ASN.1 NULL or omit nullable values.

  • serializersModule: module used for contextual/open-polymorphic serializers.

  • maxInputLength maximum allowed total number of encoded DER bytes to consume before refusing to parse and throwing. This limit is enforced before reading or peeking from the underlying source. Defaults to UInt.MAX_VALUE.

Properties

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

Maximum allowed total number of encoded DER bytes to consume before refusing to parse and throwing.

Link copied to clipboard
var serializersModule: SerializersModule