com.r3corda.core.crypto / kotlin.collections.Iterable

Extensions for kotlin.collections.Iterable

byKeys fun Iterable<WithKey>.byKeys(): <ERROR CLASS>

Returns the set of all PublicKeys of the signatures

getKeys fun Iterable<PublicKeyTree>.getKeys(): <ERROR CLASS>

Returns the set of all PublicKeys contained in the leaves of the PublicKeyTrees

toStringsShort fun Iterable<PublicKey>.toStringsShort(): String