We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b95b8 commit b17815fCopy full SHA for b17815f
1 file changed
indispensable-josef/src/commonMain/kotlin/at/asitplus/signum/indispensable/josef/SignatureElement.kt
@@ -18,8 +18,9 @@ import kotlinx.serialization.Transient
18
*
19
* See [RFC 7515 Sec 7.2.1](https://www.rfc-editor.org/rfc/rfc7515.html#section-7.2.1).
20
*/
21
+@ConsistentCopyVisibility
22
@Serializable
-data class SignatureElement(
23
+data class SignatureElement internal constructor(
24
/**
25
* The [plainSignature] member MUST be present
26
0 commit comments