corda / net.corda.core.crypto / CompositeKey / getInstance

getInstance

fun getInstance(encoded: ByteArray): PublicKey

Build a composite key from a DER encoded form.

fun getInstance(asn1: ASN1Primitive): PublicKey