corda / net.corda.core.utilities / parsePublicKeyBase58

parsePublicKeyBase58

fun parsePublicKeyBase58(base58String: String): PublicKey

Method to return the PublicKey object given its Base58-String representation.

Parameters

base58String - the Base58 encoded format of the serialised PublicKey.

Return
the resulted PublicKey after decoding the base58String input and then deserialising to a PublicKey object.