Skip to content

Commit b17815f

Browse files
committed
Make constructors internal
1 parent c7b95b8 commit b17815f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • indispensable-josef/src/commonMain/kotlin/at/asitplus/signum/indispensable/josef

indispensable-josef/src/commonMain/kotlin/at/asitplus/signum/indispensable/josef/SignatureElement.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ import kotlinx.serialization.Transient
1818
*
1919
* See [RFC 7515 Sec 7.2.1](https://www.rfc-editor.org/rfc/rfc7515.html#section-7.2.1).
2020
*/
21+
@ConsistentCopyVisibility
2122
@Serializable
22-
data class SignatureElement(
23+
data class SignatureElement internal constructor(
2324
/**
2425
* The [plainSignature] member MUST be present
2526
*

0 commit comments

Comments
 (0)