corda / net.corda.core.crypto / java.security.PublicKey / isFulfilledBy

isFulfilledBy

fun PublicKey.isFulfilledBy(otherKey: PublicKey): Boolean

Return true if otherKey fulfils the requirements of this PublicKey.

fun PublicKey.isFulfilledBy(otherKeys: Iterable<PublicKey>): Boolean

Return true if otherKeys fulfil the requirements of this PublicKey.