a-sit-plus / signum

Kotlin Multiplatform Crypto/PKI Library and ASN1 Parser + Encoder
https://a-sit-plus.github.io/signum/
Apache License 2.0
76 stars 6 forks source link

Add Asn1EncodableBase64Serializer #153

Closed n0900 closed 1 month ago

n0900 commented 1 month ago

Adds Asn1EncodableBase64Serializer which is used in RQES serialization

JesusMcCloud commented 1 month ago

Kotlinx-serializable is used for debugging ASN.1 structures, not to be stable. you should rather annotate the property where you require this behaviour with this serializer and add the serializer to the project where this is required.

Feel free to reopen with convincing arguments ;-)