corda / com.r3.enm.model / CertificateSigningRequestRejectionReason

CertificateSigningRequestRejectionReason

enum class CertificateSigningRequestRejectionReason : RejectionReason

Certificate signing request rejection reason

DO NOT MODIFY this enum class. Only add new values if needed as the external workflow framework relies on the ordering of these values.

Enum Values

INCORRECT_X500_NAME_FORMAT

DUPLICATE_X500_NAME

DUPLICATE_PUBLIC_KEY

CERTIFICATE_ROLE_NOT_ALLOWED

REQUESTED_BY_NODE_OPERATOR

REQUESTED_BY_NETWORK_OPERATOR

LIV_CHECK_NOT_PASSED

SANCTIONED

EMAIL_DOES_NOT_MATCH

PTOU_NOT_SIGNED

OTHER

Properties

code

val code: Int

description

val description: String