get Public Keys From Core Properties
abstract fun getPublicKeysFromCoreProperties(coreProperties: Array<DIDDocumentCoreProperty>): List<PublicKey>(source)
Extract list of PublicKey from a list of DIDDocumentCoreProperty.
Return
List<PublicKey>
Parameters
core Properties
list of DIDDocumentCoreProperty that we are going to extract a list of DIDDocumentCoreProperty.