Enum EndOpMsg.TPSStatus

    • Enum Constant Detail

      • STATUS_ERROR_SEC_INIT_UPDATE

        public static final EndOpMsg.TPSStatus STATUS_ERROR_SEC_INIT_UPDATE
      • STATUS_ERROR_CREATE_CARDMGR

        public static final EndOpMsg.TPSStatus STATUS_ERROR_CREATE_CARDMGR
      • STATUS_ERROR_MAC_RESET_PIN_PDU

        public static final EndOpMsg.TPSStatus STATUS_ERROR_MAC_RESET_PIN_PDU
      • STATUS_ERROR_MAC_CERT_PDU

        public static final EndOpMsg.TPSStatus STATUS_ERROR_MAC_CERT_PDU
      • STATUS_ERROR_MAC_LIFECYCLE_PDU

        public static final EndOpMsg.TPSStatus STATUS_ERROR_MAC_LIFECYCLE_PDU
      • STATUS_ERROR_MAC_ENROLL_PDU

        public static final EndOpMsg.TPSStatus STATUS_ERROR_MAC_ENROLL_PDU
      • STATUS_ERROR_CANNOT_PERFORM_OPERATION

        public static final EndOpMsg.TPSStatus STATUS_ERROR_CANNOT_PERFORM_OPERATION
      • STATUS_ERROR_CA_RESPONSE

        public static final EndOpMsg.TPSStatus STATUS_ERROR_CA_RESPONSE
      • STATUS_ERROR_READ_BUFFER_OVERFLOW

        public static final EndOpMsg.TPSStatus STATUS_ERROR_READ_BUFFER_OVERFLOW
      • STATUS_ERROR_TOKEN_RESET_PIN_FAILED

        public static final EndOpMsg.TPSStatus STATUS_ERROR_TOKEN_RESET_PIN_FAILED
      • STATUS_ERROR_UNKNOWN_TOKEN

        public static final EndOpMsg.TPSStatus STATUS_ERROR_UNKNOWN_TOKEN
      • STATUS_ERROR_SECURE_CHANNEL

        public static final EndOpMsg.TPSStatus STATUS_ERROR_SECURE_CHANNEL
      • STATUS_ERROR_MISCONFIGURATION

        public static final EndOpMsg.TPSStatus STATUS_ERROR_MISCONFIGURATION
      • STATUS_ERROR_UPGRADE_APPLET

        public static final EndOpMsg.TPSStatus STATUS_ERROR_UPGRADE_APPLET
      • STATUS_ERROR_KEY_CHANGE_OVER

        public static final EndOpMsg.TPSStatus STATUS_ERROR_KEY_CHANGE_OVER
      • STATUS_ERROR_EXTERNAL_AUTH

        public static final EndOpMsg.TPSStatus STATUS_ERROR_EXTERNAL_AUTH
      • STATUS_ERROR_MAPPING_RESOLVER_FAILED

        public static final EndOpMsg.TPSStatus STATUS_ERROR_MAPPING_RESOLVER_FAILED
      • STATUS_ERROR_MAPPING_RESOLVER_PARAMS_NOT_FOUND

        public static final EndOpMsg.TPSStatus STATUS_ERROR_MAPPING_RESOLVER_PARAMS_NOT_FOUND
      • STATUS_ERROR_DISABLED_TOKEN

        public static final EndOpMsg.TPSStatus STATUS_ERROR_DISABLED_TOKEN
      • STATUS_ERROR_NOT_PIN_RESETABLE

        public static final EndOpMsg.TPSStatus STATUS_ERROR_NOT_PIN_RESETABLE
      • STATUS_ERROR_CREATE_TUS_TOKEN_ENTRY

        public static final EndOpMsg.TPSStatus STATUS_ERROR_CREATE_TUS_TOKEN_ENTRY
      • STATUS_ERROR_NO_SUCH_TOKEN_STATE

        public static final EndOpMsg.TPSStatus STATUS_ERROR_NO_SUCH_TOKEN_STATE
      • STATUS_ERROR_NO_SUCH_LOST_REASON

        public static final EndOpMsg.TPSStatus STATUS_ERROR_NO_SUCH_LOST_REASON
      • STATUS_ERROR_UNUSABLE_TOKEN_KEYCOMPROMISE

        public static final EndOpMsg.TPSStatus STATUS_ERROR_UNUSABLE_TOKEN_KEYCOMPROMISE
      • STATUS_ERROR_INACTIVE_TOKEN_NOT_FOUND

        public static final EndOpMsg.TPSStatus STATUS_ERROR_INACTIVE_TOKEN_NOT_FOUND
      • STATUS_ERROR_HAS_AT_LEAST_ONE_ACTIVE_TOKEN

        public static final EndOpMsg.TPSStatus STATUS_ERROR_HAS_AT_LEAST_ONE_ACTIVE_TOKEN
      • STATUS_ERROR_TOKEN_TERMINATED

        public static final EndOpMsg.TPSStatus STATUS_ERROR_TOKEN_TERMINATED
      • STATUS_RECOVERY_IS_PROCESSED

        public static final EndOpMsg.TPSStatus STATUS_RECOVERY_IS_PROCESSED
      • STATUS_ERROR_RECOVERY_FAILED

        public static final EndOpMsg.TPSStatus STATUS_ERROR_RECOVERY_FAILED
      • STATUS_ERROR_NO_OPERATION_ON_LOST_TOKEN

        public static final EndOpMsg.TPSStatus STATUS_ERROR_NO_OPERATION_ON_LOST_TOKEN
      • STATUS_ERROR_KEY_ARCHIVE_OFF

        public static final EndOpMsg.TPSStatus STATUS_ERROR_KEY_ARCHIVE_OFF
      • STATUS_ERROR_NO_TKS_CONNID

        public static final EndOpMsg.TPSStatus STATUS_ERROR_NO_TKS_CONNID
      • STATUS_ERROR_UPDATE_TOKENDB_FAILED

        public static final EndOpMsg.TPSStatus STATUS_ERROR_UPDATE_TOKENDB_FAILED
      • STATUS_ERROR_REVOKE_CERTIFICATES_FAILED

        public static final EndOpMsg.TPSStatus STATUS_ERROR_REVOKE_CERTIFICATES_FAILED
      • STATUS_ERROR_NOT_TOKEN_OWNER

        public static final EndOpMsg.TPSStatus STATUS_ERROR_NOT_TOKEN_OWNER
      • STATUS_RENEWAL_IS_PROCESSED

        public static final EndOpMsg.TPSStatus STATUS_RENEWAL_IS_PROCESSED
      • STATUS_ERROR_RENEWAL_FAILED

        public static final EndOpMsg.TPSStatus STATUS_ERROR_RENEWAL_FAILED
      • STATUS_ERROR_CANNOT_ESTABLISH_COMMUNICATION

        public static final EndOpMsg.TPSStatus STATUS_ERROR_CANNOT_ESTABLISH_COMMUNICATION
    • Method Detail

      • values

        public static EndOpMsg.TPSStatus[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EndOpMsg.TPSStatus c : EndOpMsg.TPSStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EndOpMsg.TPSStatus valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null