corda / net.corda.core / CordaOID

CordaOID

object CordaOID

OIDs used for the Corda platform. All entries MUST be defined in this file only and they MUST NOT be removed. If an OID is incorrectly assigned, it should be marked deprecated and NEVER be reused again.

Properties

ALIAS_PRIVATE_KEY

const val ALIAS_PRIVATE_KEY: String

OID for AliasPrivateKey.

CORDA_PLATFORM

const val CORDA_PLATFORM: String

OIDs issued for the Corda platform.

R3_ROOT

const val R3_ROOT: String

Assigned to R3, see http://www.oid-info.com/cgi-bin/display?oid=1.3.6.1.4.1.50530&action=display

X509_EXTENSION_CORDA_ROLE

const val X509_EXTENSION_CORDA_ROLE: String

Identifier for the X.509 certificate extension specifying the Corda role. See https://r3-cev.atlassian.net/wiki/spaces/AWG/pages/156860572/Certificate+identity+type+extension for details.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.