CommitBundle
data class CommitBundle(val commit: ByteArray, val welcome: ByteArray?, val groupInfoBundle: GroupInfoBundle, val crlNewDistributionPoints: List<String>?)
Constructors
Link copied to clipboard
constructor(commit: ByteArray, welcome: ByteArray?, groupInfoBundle: GroupInfoBundle, crlNewDistributionPoints: List<String>?)